diff options
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/drop0001.sql | 3 |
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. |