mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
fix: attribution scanning details (#6651)
* 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
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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);
|
||||
Reference in New Issue
Block a user