@@ -23,6 +23,5 @@ module.exports.up = knex =>
|
||||
module.exports.down = knex =>
|
||||
knex.raw(`
|
||||
DROP SEQUENCE next_id_seq;
|
||||
|
||||
DROP FUNCTION next_id(OUT id BIGINT);
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user