diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-07-05 20:43:28 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 20:43:28 +0200 |
| commit | 6de49ea2c02e311e5f5366005bd3497a9bb25187 (patch) | |
| tree | a221b9c784b4e004eb5972e18516653d1aea6a5c /src/auditordb/drop0001.sql | |
| parent | e428783e2e0295186dc4eae273df8a3f8b75df60 (diff) | |
| parent | ed5b98a2c2308fbd44b906a30286d2689fd304dd (diff) | |
Merge branch 'protocolv8'
Diffstat (limited to 'src/auditordb/drop0001.sql')
| -rw-r--r-- | src/auditordb/drop0001.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditordb/drop0001.sql b/src/auditordb/drop0001.sql index 80f953e3..8e42c809 100644 --- a/src/auditordb/drop0001.sql +++ b/src/auditordb/drop0001.sql @@ -43,8 +43,8 @@ DROP TABLE IF EXISTS auditor_denominations CASCADE; DROP TABLE IF EXISTS deposit_confirmations CASCADE; DROP TABLE IF EXISTS auditor_exchanges CASCADE; --- Drop versioning (0000.sql) -DROP SCHEMA IF EXISTS _v CASCADE; +-- Drop versioning (auditor-0001.sql) +SELECT _v.unregister_patch('auditor-0001'); -- And we're out of here... COMMIT; |
