diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-05-27 15:32:18 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-05-27 15:34:56 +0200 |
commit | b26b5bba474e655fc56a24efa0a817b0188f3f54 (patch) | |
tree | 4ff0060ee4c2cfd3dfa612e65ad6eb938aefc936 /web | |
parent | e5463c962c95361b1f107a7b46cb90c9ad80ff24 (diff) |
UPGRADING: Create foreign key after modifying column
We cannot change a column after creating a foreign key:
ERROR 1832 (HY000): Cannot change column 'PackageBaseID': used in a
foreign key constraint 'Packages_ibfk_1'
Delay the "ADD FOREIGN KEY" command to fix this.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web')
0 files changed, 0 insertions, 0 deletions