summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-07-03 18:38:01 -0700
committertim b <timb@camcompu.home>2010-07-03 18:38:01 -0700
commit69804274b58e3b59831bedbe50ff8618de784b88 (patch)
treea92971a07db89364826cdb2a9dcfe4d6c1c50ff3 /db
parent41caa07a16baf32ed9f82bc28b4c3a63825ab472 (diff)
context specific cookie domain
Diffstat (limited to 'db')
-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,