mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
* key override file sources on file path, allow deleting groups * dont scan modrinth files * delete attr group button * return what override files already exist on platform * intl:extract * uppercase queries * fix dupe migration key
5 lines
172 B
SQL
5 lines
172 B
SQL
alter table override_file_sources
|
|
add column file_path text not null default '',
|
|
drop constraint override_file_sources_pkey,
|
|
add primary key (sha1, file_id, file_path);
|