Skip to content

Commit

Permalink
Adds newline to test sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchughmayank committed Dec 27, 2024
1 parent 22d8b41 commit 3b9425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __fixtures__/dev-env-e2e/fail-autoIncrement-validation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ CREATE TABLE `wp_a8c_cron_control_jobs` (
PRIMARY KEY (`ID`),
UNIQUE KEY `ts_action_instance_status` (`timestamp`,`action`(191),`instance`,`status`),
KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

0 comments on commit 3b9425d

Please sign in to comment.