add activity target to items, allow multiple link relations
This commit is contained in:
parent
98a508532f
commit
a985ad4a54
5 changed files with 138 additions and 12 deletions
|
@ -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`");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue