mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed mr 13
This commit is contained in:
parent
c0cc6bbb5e
commit
458938b751
@ -54,8 +54,7 @@ START TRANSACTION;
|
|||||||
`last_replication_timestamp` bigint(20) NOT NULL default 0,
|
`last_replication_timestamp` bigint(20) NOT NULL default 0,
|
||||||
PRIMARY KEY(`id`),
|
PRIMARY KEY(`id`),
|
||||||
FOREIGN KEY(`id_migration`) REFERENCES tmigration_queue(`id`)
|
FOREIGN KEY(`id_migration`) REFERENCES tmigration_queue(`id`)
|
||||||
ON DELETE CASCADE
|
ON DELETE CASCADE ON UPDATE CASCADE
|
||||||
ON UPDATE CASCADE
|
|
||||||
) engine=InnoDB DEFAULT CHARSET=utf8;
|
) engine=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user