@@ -70,9 +70,9 @@ |
||
| 70 | 70 | 'force_ssl' => ['type' => 'integer', 'length' => 1, 'default' => 'NULL', 'null' => true], |
| 71 | 71 | '_constraints' => [ |
| 72 | 72 | 'PRIMARY' => ['type' => 'primary', 'columns' => ['id']] |
| 73 | - ], |
|
| 73 | + ], |
|
| 74 | 74 | '_indexes' => [ |
| 75 | - 'domain' => ['type' => 'index', 'columns' => ['myshopify_domain']] |
|
| 75 | + 'domain' => ['type' => 'index', 'columns' => ['myshopify_domain']] |
|
| 76 | 76 | ] |
| 77 | 77 | ]; |
| 78 | 78 | |