aboutsummaryrefslogtreecommitdiffstats
path: root/utility/drop_and_recreate.sql
diff options
context:
space:
mode:
Diffstat (limited to 'utility/drop_and_recreate.sql')
-rw-r--r--utility/drop_and_recreate.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/utility/drop_and_recreate.sql b/utility/drop_and_recreate.sql
new file mode 100644
index 0000000..4e03e74
--- /dev/null
+++ b/utility/drop_and_recreate.sql
@@ -0,0 +1,2 @@
+DROP DATABASE ctrack;
+CREATE DATABASE ctrack;