parent
c011a7eca2
commit
7c6cac1fa0
1 changed files with 13 additions and 0 deletions
13
docs/schema-update-1.29-1.30.sql
Normal file
13
docs/schema-update-1.29-1.30.sql
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
-- upgrade script to migrate the Koji database schema
|
||||
-- from version 1.29 to 1.30
|
||||
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- clean some unused old indices if they still exist
|
||||
-- https://pagure.io/koji/issue/3160
|
||||
DROP INDEX IF EXISTS image_listing_archives;
|
||||
DROP INDEX IF EXISTS image_listing_rpms;
|
||||
DROP INDEX IF EXISTS imageinfo_listing_rpms;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue