summaryrefslogtreecommitdiff
path: root/database-versioning/libeufin-bank-drop.sql
blob: 123481a1f670ff4de6cb932631b75845cdfcc366 (plain)
1
2
3
4
5
6
7
8
9
BEGIN;

-- NOTE: The following unregistration would affect the
-- legacy database schema too.  That's acceptable as the
-- legacy schema is being removed.
SELECT _v.unregister_patch('libeufin-bank-0001');
DROP SCHEMA libeufin_bank CASCADE;

COMMIT;