diff options
author | millette <millette@controlyourself.ca> | 2008-11-13 10:27:18 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-13 10:27:18 -0500 |
commit | 14f69f8d2efee5a927821c9a3c134cd1a682c7fe (patch) | |
tree | e49e7e12235ada8fc5285ee2d004741e722545f0 /db/laconica_pg.sql | |
parent | 2a8a0c939960a93e616bad39daf4b2c0fdd5f87c (diff) |
trac31 pg support, fixing 2tu typo, set ur1.ca as default service
darcs-hash:20081113152718-099f7-42b60d02395f016c54c5f3c301f9dbe987c1283f.gz
Diffstat (limited to 'db/laconica_pg.sql')
-rw-r--r-- | db/laconica_pg.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica_pg.sql b/db/laconica_pg.sql index 8d0db9a80..d027dc0af 100644 --- a/db/laconica_pg.sql +++ b/db/laconica_pg.sql @@ -63,6 +63,7 @@ create table "user" ( smsemail varchar(255) /* comment 'built from sms and carrier' */,
uri varchar(255) unique /* comment 'universally unique identifier, usually a tag URI' */,
autosubscribe integer default 0 /* comment 'automatically subscribe to users who subscribe to us' */,
+ urlshorteningservice varchar(50) default 'ur1.ca' /* comment 'service to use for auto-shortening URLs' */,
created timestamp not null /* comment 'date this record was created' */,
modified timestamp /* comment 'date this record was modified' */
|