aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php
index d6fab4255..afa3b58a4 100644
--- a/update.php
+++ b/update.php
@@ -274,3 +274,6 @@ function update_1028() {
q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` ");
}
+function update_1029() {
+ q("ALTER TABLE `contact` ADD `info` MEDIUMTEXT NOT NULL AFTER `reason` ");
+}