diff --git a/Documentation.html b/Documentation.html index 8dae35f08..0bb5b30ec 100755 --- a/Documentation.html +++ b/Documentation.html @@ -628,6 +628,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' the keys.
+ If you created a relation table before release 2.3.0, you can upgrade + it with those commands, assuming your table name is "relation":
+ +      ALTER TABLE relation CHANGE src_table master_table VARCHAR(32) NOT NULL
+      ALTER TABLE relation CHANGE src_column master_field VARCHAR(32) NOT NULL
+      ALTER TABLE relation CHANGE dest_table foreign_table VARCHAR(32) NOT NULL
+      ALTER TABLE relation CHANGE dest_column foreign_field VARCHAR(32) NOT NULL
+

$cfg['ServerDefault'] integer