diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/update.php b/update.php index 61a9a80ed..9b5772af1 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1111 ); +define( 'UPDATE_VERSION' , 1112 ); /** * @@ -944,3 +944,7 @@ function update_1110() { } +function update_1111() { + q("ALTER TABLE `gcontact` ADD `connect` CHAR( 255 ) NOT NULL "); +} + |