Skip to content

Commit d1dd5b1

Browse files
committed
fix: db schema dump not importing on older MariaDB versions
Signed-off-by: Matthew Penner <me@matthewp.io>
1 parent 9cac00c commit d1dd5b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

database/schema/mysql-schema.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*M!999999\- enable the sandbox mode */
21
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
32
/*!40103 SET TIME_ZONE='+00:00' */;
43
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
@@ -683,7 +682,6 @@ CREATE TABLE `users` (
683682
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
684683
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
685684

686-
/*M!999999\- enable the sandbox mode */
687685
INSERT INTO `migrations` VALUES (1,'2016_01_23_195641_add_allocations_table',1);
688686
INSERT INTO `migrations` VALUES (2,'2016_01_23_195851_add_api_keys',1);
689687
INSERT INTO `migrations` VALUES (3,'2016_01_23_200044_add_api_permissions',1);

0 commit comments

Comments
 (0)