aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/update.php b/update.php
index 3785cad2b..65713583b 100644
--- a/update.php
+++ b/update.php
@@ -75,4 +75,8 @@ function update_1008() {
function update_1009() {
q("ALTER TABLE `user` ADD `allow_location` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `default-location` ");
-} \ No newline at end of file
+}
+
+function update_1010() {
+ q("ALTER TABLE `contact` ADD `lrdd` CHAR( 255 ) NOT NULL AFTER `url` ");
+}