aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-10 18:38:55 -0700
committerFriendika <info@friendika.com>2011-04-10 18:38:55 -0700
commit940d216395406744f23fe4144f2a503688624b45 (patch)
treee96cb4ea1eee0ad7b6b8412fcbcf86116b40a43b /update.php
parent12bc4a44cf051dda665fc4fa43624c47484b1864 (diff)
downloadvolse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.gz
volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.bz2
volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.zip
initial dfrn update to pass perms
Diffstat (limited to 'update.php')
-rw-r--r--update.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.php b/update.php
index 1c243e6ee..1d45f5f11 100644
--- a/update.php
+++ b/update.php
@@ -423,3 +423,8 @@ function update_1045() {
function update_1046() {
q("ALTER TABLE `item` ADD `attach` MEDIUMTEXT NOT NULL AFTER `tag` ");
}
+
+function update_1047() {
+ q("ALTER TABLE `contact` ADD `writable` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `readonly` ");
+}
+