diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-31 20:36:59 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-31 20:36:59 -0700 |
commit | b376f215337e4bee7320a0df8fc3d9b1beb2f289 (patch) | |
tree | 64db391a0605c512a8332eeba70e3b9b13934398 /update.php | |
parent | b919a1e35ac404a929ec7f9ecec497abcda0279b (diff) | |
download | volse-hubzilla-b376f215337e4bee7320a0df8fc3d9b1beb2f289.tar.gz volse-hubzilla-b376f215337e4bee7320a0df8fc3d9b1beb2f289.tar.bz2 volse-hubzilla-b376f215337e4bee7320a0df8fc3d9b1beb2f289.zip |
notify folks who have been tagged in a post
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/update.php b/update.php index f0d72ef16..9c5caa0b5 100644 --- a/update.php +++ b/update.php @@ -92,4 +92,8 @@ function update_1011() { ); } } +} + +function update_1012() { + q("ALTER TABLE `item` ADD `inform` MEDIUMTEXT NOT NULL AFTER `tag` "); }
\ No newline at end of file |