drop unused add_db_logger call and db table
Fixes: https://pagure.io/koji/issue/469
This commit is contained in:
parent
3fd55d1454
commit
d17157cf33
4 changed files with 9 additions and 23 deletions
9
docs/schema-upgrade-1.13-1.14.sql
Normal file
9
docs/schema-upgrade-1.13-1.14.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- upgrade script to migrate the Koji database schema
|
||||
-- from version 1.13 to 1.14
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- drop unused log_messages table
|
||||
DROP TABLE log_messages;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue