Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix: broken dump
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Sep 8, 2024
1 parent b3f8fc3 commit e0b33a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.example.sql
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ CREATE TABLE `users` (

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (1,'$2a$10$vpFqQIbEm0Zd0eco2hLxgOTiujxoziOGvKgbX6KE1ud8hwdHJXsE2','test');
INSERT INTO `users` VALUES (1,,'test','$2a$10$vpFqQIbEm0Zd0eco2hLxgOTiujxoziOGvKgbX6KE1ud8hwdHJXsE2');
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit e0b33a6

Please sign in to comment.