Browse Source

Added a reset.sql to remove all the test users and databases.

David N. Welton 11 years ago
parent
commit
b7b44ac22e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      test_data/reset.sql

+ 7 - 0
test_data/reset.sql

@@ -0,0 +1,7 @@
+DROP USER epgsql_test;
+DROP USER epgsql_test_md5;
+DROP USER epgsql_test_cleartext;
+DROP USER epgsql_test_cert;
+
+DROP DATABASE epgsql_test_db1;
+DROP DATABASE epgsql_test_db2;