diff options
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 075b2f8a6..6ba2f8254 100644 --- a/install/update.php +++ b/install/update.php @@ -199,7 +199,7 @@ ADD INDEX ( `xchan_connurl` )"); } function update_r1013() { - $r = q"CREATE TABLE if not exists `xlink` ( + $r = q("CREATE TABLE if not exists `xlink` ( `xlink_id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY , `xlink_xchan` CHAR( 255 ) NOT NULL DEFAULT '', `xlink_link` CHAR( 255 ) NOT NULL DEFAULT '', |