Browse Source

Drop schema_version during setup

David N. Welton 10 years ago
parent
commit
7ad1a3b33d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test_data/test_schema.sql

+ 1 - 0
test_data/test_schema.sql

@@ -30,6 +30,7 @@ GRANT ALL ON DATABASE epgsql_test_db2 to epgsql_test;
 
 
 \c epgsql_test_db1;
 \c epgsql_test_db1;
 
 
+DROP TABLE schema_version;
 CREATE TABLE schema_version (version varchar);
 CREATE TABLE schema_version (version varchar);
 
 
 -- This requires Postgres to be compiled with SSL:
 -- This requires Postgres to be compiled with SSL: