parent
d79c865874
commit
669b99f4c5
4 changed files with 6 additions and 6 deletions
|
|
@ -4,10 +4,4 @@
|
|||
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -10,4 +10,10 @@ UPDATE archivetypes set compression_type='zip' WHERE name = 'jar';
|
|||
UPDATE archivetypes set compression_type='zip' WHERE name = 'zip';
|
||||
UPDATE archivetypes set compression_type='tar' WHERE name = 'tar';
|
||||
|
||||
-- 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