aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-24 12:23:26 +0100
committermarijus <mario@mariovavti.com>2015-01-24 12:23:26 +0100
commited09513bb26f0487e44065c90f3e7d7801d0ac68 (patch)
treeb9de4ccd664055d30456add0a62b8a1e59dd8b48 /install/schema_mysql.sql
parente4e990df06ef64dd08bdd6e6a78bf461dc97cc19 (diff)
parent146efbc18e95b7f008b683e436c0f0f2fd7db2a1 (diff)
downloadvolse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.tar.gz
volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.tar.bz2
volse-hubzilla-ed09513bb26f0487e44065c90f3e7d7801d0ac68.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'install/schema_mysql.sql')
-rw-r--r--install/schema_mysql.sql2
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`),