diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-22 06:50:47 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-22 06:50:47 +0100 |
commit | 767b4f30f7ee114b1cfd66e68fa959ac033b5667 (patch) | |
tree | 6df1045c07a3297d6e43550e37dda43d0ac925d2 /update.php | |
parent | 8fbde780b37e3d5eeb2ee672a3474b3701eb9645 (diff) | |
parent | ee11a74d0b7cff5061a4d498f8ecd15e55b91b07 (diff) | |
download | volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.tar.gz volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.tar.bz2 volse-hubzilla-767b4f30f7ee114b1cfd66e68fa959ac033b5667.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update.php b/update.php index 0be919f3f..9f94cd511 100644 --- a/update.php +++ b/update.php @@ -407,3 +407,6 @@ function update_1042() { } +function update_1043() { + q("ALTER TABLE `user` ADD `blockwall` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `blocked` "); +} |