summaryrefslogtreecommitdiff
path: root/db/0-create.psql
diff options
context:
space:
mode:
Diffstat (limited to 'db/0-create.psql')
-rw-r--r--db/0-create.psql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/0-create.psql b/db/0-create.psql
index 5016aa2..39e2bf3 100644
--- a/db/0-create.psql
+++ b/db/0-create.psql
@@ -118,6 +118,7 @@ CREATE TABLE invalid_feed_images (
CREATE INDEX invalid_feed_images_idx ON invalid_feed_images (image_url);
+-- dont add this yet
CREATE TABLE avatars (
avatar_id SERIAL PRIMARY KEY,
user_id NOT NULL REFERENCES users,
@@ -131,6 +132,7 @@ CREATE TABLE avatars (
th integer
);
+-- dont add this yet
CREATE TABLE images (
image_id SERIAL PRIMARY KEY,