diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-19 15:21:06 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-01-19 15:21:06 +0100 |
commit | d8f9458663f3a8212e98c1d781a06fc22c34e3a2 (patch) | |
tree | dfca7346e315bed7c4fcfeb7306b809fdabbc3d8 /update.php | |
parent | 468c1824054b7527a3d691e0e404e09c37721711 (diff) | |
parent | 766ade06d5e3b387d1fd3d2d0b00b15852e877b1 (diff) | |
download | volse-hubzilla-d8f9458663f3a8212e98c1d781a06fc22c34e3a2.tar.gz volse-hubzilla-d8f9458663f3a8212e98c1d781a06fc22c34e3a2.tar.bz2 volse-hubzilla-d8f9458663f3a8212e98c1d781a06fc22c34e3a2.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 7aacffb40..0bd58d6d4 100644 --- a/update.php +++ b/update.php @@ -317,3 +317,6 @@ function update_1031() { } } +function update_1032() { + q("ALTER TABLE `profile` ADD `pdesc` CHAR( 255 ) NOT NULL AFTER `name` "); +} |