Index: branches/REL1_17/extensions/ConfirmAccount/archives/patch-account_credentials.sql |
— | — | @@ -48,4 +48,4 @@ |
49 | 49 | PRIMARY KEY (acd_user_id,acd_id), |
50 | 50 | UNIQUE KEY (acd_id) |
51 | 51 | |
52 | | -) TYPE=InnoDB; |
| 52 | +) /*$wgDBTableOptions*/; |
Index: branches/REL1_17/extensions/ConfirmAccount/ConfirmAccount.sql |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | UNIQUE KEY (acr_email(255)), |
64 | 64 | INDEX (acr_email_token), |
65 | 65 | INDEX acr_type_del_reg (acr_type,acr_deleted,acr_registration) |
66 | | -) TYPE=InnoDB; |
| 66 | +) /*$wgDBTableOptions*/; |
67 | 67 | |
68 | 68 | -- This stores all of credential information |
69 | 69 | -- When accounts are confirmed, the identity info goes here |
— | — | @@ -107,4 +107,4 @@ |
108 | 108 | PRIMARY KEY (acd_user_id,acd_id), |
109 | 109 | UNIQUE KEY (acd_id) |
110 | 110 | |
111 | | -) TYPE=InnoDB; |
| 111 | +) /*$wgDBTableOptions*/; |