diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-18 02:02:43 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-18 02:02:43 -0700 |
commit | 2f36604ddfe7cb7987201a53ad75099d7b94a936 (patch) | |
tree | dc08222b3e24b7dba38203f49f5cc66da23a63db /db | |
parent | 2b3746013eb5daa323b2740d30e222f0d88c2d9c (diff) | |
parent | 57274d21ba554e43c6fcd90555388a60d3de014d (diff) |
Merge branch 'groupdesign' into 0.8.x
* groupdesign:
Group theming.
Add design_id to User_group
Diffstat (limited to 'db')
-rw-r--r-- | db/laconica.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql index b018afec8..8d1d47d38 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -387,6 +387,7 @@ create table user_group ( homepage_logo varchar(255) comment 'homepage (profile) size logo', stream_logo varchar(255) comment 'stream-sized logo', mini_logo varchar(255) comment 'mini logo', + design_id integer comment 'id of a design' references design(id), created datetime not null comment 'date this record was created', modified timestamp comment 'date this record was modified', |