summaryrefslogtreecommitdiff
path: root/database-versioning/libeufin-bank-drop.sql
blob: 3746c28da7dd1ad6e6f5387f26bb994bbc9a72a9 (plain)
1
2
3
4
5
6
7
8
9
10
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');
SELECT _v.unregister_patch('libeufin-bank-0002');
DROP SCHEMA libeufin_bank CASCADE;

COMMIT;