-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1116,7 +1116,7 @@ CREATE TABLE `sessions` ( | |
KEY `idx_yazneqmwxikhavqobhucihwgnflrdncmudzi` (`dateUpdated`), | ||
KEY `idx_oeujcbvyujkxarpuqhrldhvybvgkdiubxgys` (`userId`), | ||
CONSTRAINT `fk_tuhyhbgxqqomovzsxwiabcuitncpnjaxbcnf` FOREIGN KEY (`userId`) REFERENCES `users` (`id`) ON DELETE CASCADE | ||
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3; | ||
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb3; | ||
/*!40101 SET character_set_client = @saved_cs_client */; | ||
|
||
-- | ||
|
@@ -1591,7 +1591,7 @@ CREATE TABLE `widgets` ( | |
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; | ||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; | ||
|
||
-- Dump completed on 2023-02-08 14:23:06 | ||
-- Dump completed on 2023-02-18 3:25:33 | ||
-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for Linux (aarch64) | ||
-- | ||
-- Host: mysql Database: project | ||
|
@@ -1908,7 +1908,7 @@ commit; | |
LOCK TABLES `info` WRITE; | ||
/*!40000 ALTER TABLE `info` DISABLE KEYS */; | ||
set autocommit=0; | ||
INSERT INTO `info` VALUES (1,'4.3.8.1','4.0.0.9',0,'xqqgervoelhw','3@tylawohvfc','2023-02-02 05:28:23','2023-02-08 14:21:59','876de66d-7fde-40c5-b8b8-c4713c00d927'); | ||
INSERT INTO `info` VALUES (1,'4.3.10','4.0.0.9',0,'xqqgervoelhw','3@tylawohvfc','2023-02-02 05:28:23','2023-02-18 03:25:01','876de66d-7fde-40c5-b8b8-c4713c00d927'); | ||
/*!40000 ALTER TABLE `info` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
commit; | ||
|
@@ -2234,7 +2234,7 @@ commit; | |
LOCK TABLES `users` WRITE; | ||
/*!40000 ALTER TABLE `users` DISABLE KEYS */; | ||
set autocommit=0; | ||
INSERT INTO `users` VALUES (1,NULL,1,0,0,0,1,'admin',NULL,NULL,NULL,'[email protected]','$2y$13$crqJ.kzM.kBs.WsWGUxT9uUdR4Imi./d9prVKVya/MkWu/Bd/8.Ga','2023-02-08 14:19:39',NULL,NULL,NULL,'2023-02-02 05:28:58',NULL,1,NULL,NULL,NULL,0,'2023-02-02 05:28:24','2023-02-02 05:28:24','2023-02-08 14:19:39'); | ||
INSERT INTO `users` VALUES (1,NULL,1,0,0,0,1,'admin',NULL,NULL,NULL,'[email protected]','$2y$13$crqJ.kzM.kBs.WsWGUxT9uUdR4Imi./d9prVKVya/MkWu/Bd/8.Ga','2023-02-18 03:25:08',NULL,NULL,NULL,'2023-02-02 05:28:58',NULL,1,NULL,NULL,NULL,0,'2023-02-02 05:28:24','2023-02-02 05:28:24','2023-02-18 03:25:08'); | ||
/*!40000 ALTER TABLE `users` ENABLE KEYS */; | ||
UNLOCK TABLES; | ||
commit; | ||
|
@@ -2287,4 +2287,4 @@ commit; | |
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; | ||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; | ||
|
||
-- Dump completed on 2023-02-08 14:23:06 | ||
-- Dump completed on 2023-02-18 3:25:33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters