diff options
author | zottel <github@zottel.net> | 2015-01-23 23:20:30 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-01-23 23:20:30 +0100 |
commit | eb4e6ab073990e775ce7d717a1cdfdaec4327e07 (patch) | |
tree | 82df8eaaca04f74855505428cbe47ffc9caa3d07 /install/schema_mysql.sql | |
parent | ea209a84ab946ee320c1f1cc39b667e9da23abe6 (diff) | |
download | volse-hubzilla-eb4e6ab073990e775ce7d717a1cdfdaec4327e07.tar.gz volse-hubzilla-eb4e6ab073990e775ce7d717a1cdfdaec4327e07.tar.bz2 volse-hubzilla-eb4e6ab073990e775ce7d717a1cdfdaec4327e07.zip |
add db update 1131/1132 to database schemas
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r-- | install/schema_mysql.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/install/schema_mysql.sql b/install/schema_mysql.sql index 52570898b..226ea2308 100644 --- a/install/schema_mysql.sql +++ b/install/schema_mysql.sql @@ -13,6 +13,7 @@ CREATE TABLE IF NOT EXISTS `abook` ( `abook_their_perms` int(11) NOT NULL DEFAULT '0', `abook_closeness` tinyint(3) unsigned NOT NULL DEFAULT '99', `abook_rating` int(11) NOT NULL DEFAULT '0', + `abook_rating_text` TEXT NOT NULL DEFAULT '', `abook_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `abook_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `abook_connected` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', @@ -1529,6 +1530,7 @@ CREATE TABLE IF NOT EXISTS `xlink` ( `xlink_xchan` char(255) NOT NULL DEFAULT '', `xlink_link` char(255) NOT NULL DEFAULT '', `xlink_rating` int(11) NOT NULL DEFAULT '0', + `xlink_rating_text` TEXT NOT NULL DEFAULT '', `xlink_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`xlink_id`), KEY `xlink_xchan` (`xlink_xchan`), |