aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-05-28 10:37:33 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-05-28 10:37:33 +0200
commit770d1bb7a368cdaba8e7340b54fd4b13ffea66b8 (patch)
treee47786d170dacd9ca59569a8ff8e558e5d8b610c /update.php
parent5e01432c6f15714370f3fd4f07eaf35615052955 (diff)
parent69f014d02b0d53ac2b42cbebe3d30418a2d0f612 (diff)
downloadvolse-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.php4
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` ");
+}