provide version info in /pubsites

This commit is contained in:
redmatrix
2016-09-07 17:36:45 -07:00
parent 77e865fc8e
commit c2f83639d4
7 changed files with 26 additions and 10 deletions

View File

@@ -1131,6 +1131,7 @@ CREATE TABLE "site" (
"site_dead" smallint NOT NULL DEFAULT '0',
"site_type" smallint NOT NULL DEFAULT '0',
"site_project" text NOT NULL DEFAULT '',
"site_version" text NOT NULL DEFAULT '',
PRIMARY KEY ("site_url")
);
create index "site_flags" on site ("site_flags");