item/event linkage
This commit is contained in:
parent
a2b26948d8
commit
73e0986710
3 changed files with 6 additions and 1 deletions
|
|
@ -495,3 +495,7 @@ function update_1056() {
|
|||
function update_1057() {
|
||||
q("ALTER TABLE `attach` ADD `filename` CHAR( 255 ) NOT NULL AFTER `hash` ");
|
||||
}
|
||||
|
||||
function update_1058() {
|
||||
q("ALTER TABLE `item` ADD `event-id` INT NOT NULL AFTER `resource-id` ");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue