aboutsummaryrefslogtreecommitdiffstats
path: root/update.sql
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-16 01:26:42 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-16 01:26:42 -0700
commit56a37deb7399075e35e4a174d609c9e8424095db (patch)
tree7d029563d4a35a603df4b3e5fd5ccc150b4bd1d9 /update.sql
parentd20e1a6f938d088708166e039ae0088a8ddf11e4 (diff)
downloadvolse-hubzilla-56a37deb7399075e35e4a174d609c9e8424095db.tar.gz
volse-hubzilla-56a37deb7399075e35e4a174d609c9e8424095db.tar.bz2
volse-hubzilla-56a37deb7399075e35e4a174d609c9e8424095db.zip
mostly done with dfrn-notify
Diffstat (limited to 'update.sql')
-rw-r--r--update.sql5
1 files changed, 4 insertions, 1 deletions
diff --git a/update.sql b/update.sql
index 65fc69f78..64f338c51 100644
--- a/update.sql
+++ b/update.sql
@@ -4,4 +4,7 @@ CHANGE `deny_uid` `deny_cid` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_
ALTER TABLE `item` CHANGE `last-child` `last-child` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '1';
alter table `item` insert `remote-id` char( 255 ) character set utf-8 collate utf8_general_ci NOT NULL;
- \ No newline at end of file
+
+ALTER TABLE `item` ADD `remote-name` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `remote-id` ,
+ADD `remote-link` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `remote-name` ,
+ADD `remote-avatar` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `remote-link` ; \ No newline at end of file