From 69804274b58e3b59831bedbe50ff8618de784b88 Mon Sep 17 00:00:00 2001 From: tim b Date: Sat, 3 Jul 2010 18:38:01 -0700 Subject: context specific cookie domain --- db/0-create.psql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db') 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, -- cgit v1.2.3-70-g09d2