diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-30 07:58:18 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-30 07:58:18 +0100 |
commit | ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf (patch) | |
tree | 231f1b6ee875012f8d2c05cc8238f1f2380d1c72 /update.php | |
parent | 8e07525dfb47cfb8bf04d51ebcde51c83b8d41ca (diff) | |
parent | f632a4a53ac5da48c5ed6ee08f05c4d847029698 (diff) | |
download | volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.tar.gz volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.tar.bz2 volse-hubzilla-ed6416b4ffcadf8b1a8a5f9d877b506b0e34d6bf.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 d6fab4255..afa3b58a4 100644 --- a/update.php +++ b/update.php @@ -274,3 +274,6 @@ function update_1028() { q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` "); } +function update_1029() { + q("ALTER TABLE `contact` ADD `info` MEDIUMTEXT NOT NULL AFTER `reason` "); +} |