We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cac00c commit d1dd5b1Copy full SHA for d1dd5b1
database/schema/mysql-schema.sql
@@ -1,4 +1,3 @@
1
-/*M!999999\- enable the sandbox mode */
2
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
3
/*!40103 SET TIME_ZONE='+00:00' */;
4
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
@@ -683,7 +682,6 @@ CREATE TABLE `users` (
683
682
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
684
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
685
686
687
INSERT INTO `migrations` VALUES (1,'2016_01_23_195641_add_allocations_table',1);
688
INSERT INTO `migrations` VALUES (2,'2016_01_23_195851_add_api_keys',1);
689
INSERT INTO `migrations` VALUES (3,'2016_01_23_200044_add_api_permissions',1);
0 commit comments