aboutsummaryrefslogtreecommitdiff
path: root/due_moe_schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'due_moe_schema.sql')
-rw-r--r--due_moe_schema.sql9
1 files changed, 0 insertions, 9 deletions
diff --git a/due_moe_schema.sql b/due_moe_schema.sql
deleted file mode 100644
index 0dae4479..00000000
--- a/due_moe_schema.sql
+++ /dev/null
@@ -1,9 +0,0 @@
-CREATE TABLE user_badges (
- id integer primary key,
- user_id integer not null,
- post text(1000) not null,
- image text(1000) not null,
- description text(1000) default null,
- category text(1000) default null,
- time timestamp default current_timestamp
-);