diff options
author | Friendika <info@friendika.com> | 2011-04-10 18:38:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-10 18:38:55 -0700 |
commit | 940d216395406744f23fe4144f2a503688624b45 (patch) | |
tree | e96cb4ea1eee0ad7b6b8412fcbcf86116b40a43b /update.php | |
parent | 12bc4a44cf051dda665fc4fa43624c47484b1864 (diff) | |
download | volse-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.php | 5 |
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` "); +} + |