diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-07-04 18:19:18 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-07-04 18:19:18 -0400 |
| commit | ae77b19680b6b83d93d5951108029c4889c5868a (patch) | |
| tree | 20b70f21af02cb09f0d616cbc16ebe05ce35e413 /db/0-create.psql | |
| parent | 231a9933b7766306ae109b2e511c971caadea6b2 (diff) | |
| parent | 57b4ecea5e20f4746c23911a6cc85508e0509536 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'db/0-create.psql')
| -rw-r--r-- | db/0-create.psql | 2 |
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, |
