Move sql files to schemas directory

This commit is contained in:
Tomas Kopecek 2023-08-29 15:36:01 +02:00
parent cc4763f7e7
commit 23ba4c2c3b
38 changed files with 24 additions and 14 deletions

View file

@ -0,0 +1,9 @@
-- upgrade script to migrate the Koji database schema
-- from version 1.23 to 1.24
BEGIN;
ALTER TABLE tag_external_repos ADD COLUMN arches TEXT;
COMMIT;