Skip to content
Snippets Groups Projects
Commit 6e4ba3a0 authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'MikeyMJCO-master-patch-52828' into 'master'

Add missing `ENGINE=InnoDB` to the `_field` table.

See merge request !78
parents ab7c2856 04ee99e4
No related branches found
No related tags found
1 merge request!78Add missing `ENGINE=InnoDB` to the `_field` table.
......@@ -89,7 +89,7 @@ CREATE TABLE `civicrm_data_processor_field` (
, CONSTRAINT FK_civicrm_data_processor_field_data_processor_id FOREIGN KEY (`data_processor_id`) REFERENCES `civicrm_data_processor`(`id`) ON DELETE CASCADE
) ;
) ENGINE=InnoDb ;
-- /*******************************************************
-- *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment