Revize 1252
Přidáno uživatelem Ondřej Fibich před asi 13 roky(ů)
freenetis/branches/testing/application/upgrade_sql/upgrade_sql.php | ||
---|---|---|
|
||
"ALTER TABLE `phone_invoice_users` ADD INDEX ( `transfer_id` );",
|
||
|
||
"ALTER TABLE `phone_invoice_users` ADD FOREIGN KEY ( `transfer_id` ) REFERENCES `transfers` ( `id` ) ON SET NULL;",
|
||
"ALTER TABLE `phone_invoice_users` ADD FOREIGN KEY ( `transfer_id` ) REFERENCES `transfers` ( `id` ) ON DELETE SET NULL;",
|
||
);
|
Také k dispozici: Unified diff
Opravy:
- oprava chyby v predchozim upgradu