Files
modrinth/apps/labrinth/migrations/20260707120001_override_file_sources_file_path.sql
T
aecsocket e1556a8ee3 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
2026-07-12 09:04:54 +00:00

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);