From a985ad4a5407c3cbc0d0a3919e19ddd99bf108af Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 3 Nov 2010 16:48:21 -0700 Subject: add activity target to items, allow multiple link relations --- update.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 9c5caa0b5..68367343d 100644 --- a/update.php +++ b/update.php @@ -96,4 +96,9 @@ function update_1011() { function update_1012() { q("ALTER TABLE `item` ADD `inform` MEDIUMTEXT NOT NULL AFTER `tag` "); -} \ No newline at end of file +} + +function update_1013() { + q("ALTER TABLE `item` ADD `target-type` CHAR( 255 ) NOT NULL + AFTER `object` , ADD `target` TEXT NOT NULL AFTER `target-type`"); +} \ No newline at end of file -- cgit v1.2.3