summaryrefslogtreecommitdiff
path: root/src/exchangedb/drop0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-08 23:47:11 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-08 23:47:11 +0100
commit522db4d98e71ccd7a8bf6b933c8516df77ddbc6a (patch)
tree0146d1e209adca697e3ce8834486d40c6f48f99a /src/exchangedb/drop0001.sql
parent8d312562bf04eeb2afac53a2f24624f8e48529bd (diff)
downloadexchange-522db4d98e71ccd7a8bf6b933c8516df77ddbc6a.tar.gz
exchange-522db4d98e71ccd7a8bf6b933c8516df77ddbc6a.tar.bz2
exchange-522db4d98e71ccd7a8bf6b933c8516df77ddbc6a.zip
use --help instead of -h
Diffstat (limited to 'src/exchangedb/drop0001.sql')
-rw-r--r--src/exchangedb/drop0001.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
index 4d06fd510..f5a28192f 100644
--- a/src/exchangedb/drop0001.sql
+++ b/src/exchangedb/drop0001.sql
@@ -17,8 +17,7 @@
-- Everything in one big transaction
BEGIN;
--- This script DROPs all of the tables we create, including the
--- versioning schema!
+-- This script DROPs all of the tables we create.
--
-- Unlike the other SQL files, it SHOULD be updated to reflect the
-- latest requirements for dropping tables.