diff options
author | friendica <info@friendica.com> | 2012-02-20 19:50:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 19:50:05 -0800 |
commit | b821399f001cd4082707ba9fb6df9c419e0b8e5e (patch) | |
tree | 1e858c850055542794c3f99d21517fdf897c5881 /update.php | |
parent | 6edd6d8ae1e3a6b64fa11ae6a4cc79965084b0d7 (diff) | |
download | volse-hubzilla-b821399f001cd4082707ba9fb6df9c419e0b8e5e.tar.gz volse-hubzilla-b821399f001cd4082707ba9fb6df9c419e0b8e5e.tar.bz2 volse-hubzilla-b821399f001cd4082707ba9fb6df9c419e0b8e5e.zip |
email notify now redirected through mod_notify, weirdness in local deliver caused by community page changes
Diffstat (limited to 'update.php')
-rwxr-xr-x | update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/update.php b/update.php index 24138450a..16c1d7848 100755 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1122 ); +define( 'UPDATE_VERSION' , 1123 ); /** * @@ -1065,3 +1065,7 @@ function update_1121() { } +function update_1122() { +q("ALTER TABLE `notify` ADD `hash` CHAR( 64 ) NOT NULL AFTER `id` , +ADD INDEX ( `hash` ) "); +}
\ No newline at end of file |