Skip to content

Commit

Permalink
Fix table already exists error
Browse files Browse the repository at this point in the history
  • Loading branch information
keanemind committed Jul 29, 2018
1 parent 5bbb449 commit 94ee403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lostnphoned/schema.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
DROP TABLE IF EXISTS users;
DROP TABLE IF EXISTS passwords;
DROP TABLE IF EXISTS bannable_clients;

CREATE TABLE users (
phone_number TEXT PRIMARY KEY,
Expand Down

0 comments on commit 94ee403

Please sign in to comment.