Added site search function rollback to migration.

This commit is contained in:
ThePendulum 2020-02-15 01:13:10 +01:00
parent 8f0f5131c8
commit c5b978dfae
1 changed files with 1 additions and 0 deletions

View File

@ -497,6 +497,7 @@ exports.up = knex => Promise.resolve()
exports.down = knex => knex.raw(`
DROP FUNCTION IF EXISTS releases_by_tag_slugs;
DROP FUNCTION IF EXISTS search_sites;
DROP VIEW IF EXISTS releases_actors_view;