summaryrefslogtreecommitdiff
path: root/SQL
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-17 08:49:18 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-17 08:50:23 +0100
commit55459c7576c2d276b1badd6629f514fcf4d597c4 (patch)
tree3c8c807f6c50ed37eb9302bf6e587cbc3a95f081 /SQL
parent5a2453703afc88a5ac44e93ab30cfb73e32e71d7 (diff)
Drop tmp_users table (#1488910)
Diffstat (limited to 'SQL')
-rw-r--r--SQL/sqlite/2013011700.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/SQL/sqlite/2013011700.sql b/SQL/sqlite/2013011700.sql
new file mode 100644
index 000000000..533e70fa4
--- /dev/null
+++ b/SQL/sqlite/2013011700.sql
@@ -0,0 +1,2 @@
+-- drop temp table created in 2012080700.sql
+DROP TABLE IF EXISTS tmp_users;