summaryrefslogtreecommitdiff
path: root/TABLES
diff options
context:
space:
mode:
Diffstat (limited to 'TABLES')
-rw-r--r--TABLES5
1 files changed, 0 insertions, 5 deletions
diff --git a/TABLES b/TABLES
deleted file mode 100644
index 1c5c372..0000000
--- a/TABLES
+++ /dev/null
@@ -1,5 +0,0 @@
-CREATE TABLE users (
- id SERIAL PRIMARY KEY,
- nick TEXT,
- created INT
-);