]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/site.sql
Better QnA ajax insert - work in progress
[quix0rs-gnu-social.git] / db / site.sql
index bc425841ddd014aab665ab8011969df63fe53a19..f87995b94362c0f7ecb596475f48e0a0649329ea 100644 (file)
@@ -16,6 +16,8 @@ create table status_network (
     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'