1
1
Fork 0

add activity target to items, allow multiple link relations

This commit is contained in:
Friendika 2010-11-03 16:48:21 -07:00
commit a985ad4a54
5 changed files with 138 additions and 12 deletions

View file

@ -96,4 +96,9 @@ function update_1011() {
function update_1012() {
q("ALTER TABLE `item` ADD `inform` MEDIUMTEXT NOT NULL AFTER `tag` ");
}
}
function update_1013() {
q("ALTER TABLE `item` ADD `target-type` CHAR( 255 ) NOT NULL
AFTER `object` , ADD `target` TEXT NOT NULL AFTER `target-type`");
}