]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/site.sql
added comsumer_secret to consumer table on postgres
[quix0rs-gnu-social.git] / db / site.sql
index a9f64e5a5d0c0f9eac3a30a1255db0b03eb451d1..791303bd540885857f0f2baef805994684b8261a 100644 (file)
@@ -14,6 +14,8 @@ create table status_network (
     sitename varchar(255) comment 'display name',
     theme varchar(255) comment 'theme name',
     logo varchar(255) comment 'site logo',
     sitename varchar(255) comment 'display name',
     theme varchar(255) comment 'theme name',
     logo varchar(255) comment 'site logo',
+    
+    tags text comment 'site meta-info tags (pipe-separated)',
 
     created datetime not null comment 'date this record was created',
     modified timestamp comment 'date this record was modified'
 
     created datetime not null comment 'date this record was created',
     modified timestamp comment 'date this record was modified'