diff options
author | Friendika <info@friendika.com> | 2011-05-27 18:47:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-27 18:47:28 -0700 |
commit | 73e0986710f0324a41fb995172d33e7b942dc438 (patch) | |
tree | e5bb9196ec76f9b0abc70929737313eb131d1988 /update.php | |
parent | a2b26948d8e472cecd3be6be524b92d86e8f3c4f (diff) | |
download | volse-hubzilla-73e0986710f0324a41fb995172d33e7b942dc438.tar.gz volse-hubzilla-73e0986710f0324a41fb995172d33e7b942dc438.tar.bz2 volse-hubzilla-73e0986710f0324a41fb995172d33e7b942dc438.zip |
item/event linkage
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php index 30ebd66f2..a53e4df78 100644 --- a/update.php +++ b/update.php @@ -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` "); +} |