aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-09-08 09:52:35 +0200
committerMario Vavti <mario@mariovavti.com>2016-09-08 09:52:35 +0200
commit35f1055739f133cdeda290aa3a45992f97bb32fa (patch)
tree188798d75af9eedaa7884cb4522ada748eb3f4a7 /install/schema_mysql.sql
parent98d5ae91f5a716d415fa3dd639e9819ae7003202 (diff)
parent83b89b9576655c11a9beaaf2261b3a9013a52da5 (diff)
downloadvolse-hubzilla-35f1055739f133cdeda290aa3a45992f97bb32fa.tar.gz
volse-hubzilla-35f1055739f133cdeda290aa3a45992f97bb32fa.tar.bz2
volse-hubzilla-35f1055739f133cdeda290aa3a45992f97bb32fa.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r--install/schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql
index 5e5b9d5be..9a4f58880 100644
--- a/install/schema_mysql.sql
+++ b/install/schema_mysql.sql
@@ -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`),