diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-28 10:37:33 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-28 10:37:33 +0200 |
commit | 770d1bb7a368cdaba8e7340b54fd4b13ffea66b8 (patch) | |
tree | e47786d170dacd9ca59569a8ff8e558e5d8b610c /update.php | |
parent | 5e01432c6f15714370f3fd4f07eaf35615052955 (diff) | |
parent | 69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff) | |
download | volse-hubzilla-770d1bb7a368cdaba8e7340b54fd4b13ffea66b8.tar.gz volse-hubzilla-770d1bb7a368cdaba8e7340b54fd4b13ffea66b8.tar.bz2 volse-hubzilla-770d1bb7a368cdaba8e7340b54fd4b13ffea66b8.zip |
Merge branch 'master' of git://github.com/friendika/friendika
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` "); +} |