X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=db%2Fsite.sql;h=791303bd540885857f0f2baef805994684b8261a;hb=dcce323d18d4b779d2456f32aa99dfac5e2b7520;hp=a9f64e5a5d0c0f9eac3a30a1255db0b03eb451d1;hpb=907b5f7b406d87c438a560e04385318662163755;p=quix0rs-gnu-social.git diff --git a/db/site.sql b/db/site.sql index a9f64e5a5d..791303bd54 100644 --- a/db/site.sql +++ b/db/site.sql @@ -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', + + 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'