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

@@ -1151,6 +1151,7 @@ CREATE TABLE IF NOT EXISTS `site` (
`site_dead` smallint NOT NULL DEFAULT '0',
`site_type` smallint NOT NULL DEFAULT '0',
`site_project` char(255) NOT NULL DEFAULT '',
`site_version` varchar(32) NOT NULL DEFAULT '',
PRIMARY KEY (`site_url`),
KEY `site_flags` (`site_flags`),
KEY `site_update` (`site_update`),