diff options
author | Habeas Codice <habeascodice@federated.social> | 2015-01-23 17:26:37 -0800 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2015-01-23 17:26:37 -0800 |
commit | 0405f2bcb973118e6567fd44a7994aa06f54fe7a (patch) | |
tree | 8926d35b5168111ab3f80d517ed97bce660181b1 /install/schema_mysql.sql | |
parent | 891d231bbe4ee4499cf9e62013971b85a0542404 (diff) | |
parent | be9fc16bd5833e58ba2c3e5ed19153548437fe45 (diff) | |
download | volse-hubzilla-0405f2bcb973118e6567fd44a7994aa06f54fe7a.tar.gz volse-hubzilla-0405f2bcb973118e6567fd44a7994aa06f54fe7a.tar.bz2 volse-hubzilla-0405f2bcb973118e6567fd44a7994aa06f54fe7a.zip |
Merge branch 'master' of https://github.com/friendica/red
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`), |