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

COMMIT;