8 lines
102 B
PL/PgSQL
8 lines
102 B
PL/PgSQL
-- upgrade script to migrate the Koji database schema
|
|
-- from version 1.18 to 1.19
|
|
|
|
|
|
BEGIN;
|
|
|
|
|
|
COMMIT;
|