Skip to content

Commit

Permalink
use --hex-blob flag when exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Apr 24, 2024
1 parent 1b9a4df commit bbc3cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/database/dump/cafe.sql
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ CREATE TABLE `store` (

LOCK TABLES `store` WRITE;
/*!40000 ALTER TABLE `store` DISABLE KEYS */;
INSERT INTO `store` VALUES (1,'+230 630 1329','Royal Road','\0\0\0\0\0\0\0��&†74�J{�/L�L@',1,'Bagatelle'),(2,'+230 630 1234','Angus Road','\0\0\0\0\0\0\0��&†74����&�U@',4,'Albion');
INSERT INTO `store` VALUES (1,'+230 630 1329','Royal Road',0x000000000101000000EFBFBDEFBFBD26C2863734EFBFBD4A7BEFBFBD2F4CEFBFBD4C40,1,'Bagatelle'),(2,'+230 630 1234','Angus Road',0x000000000101000000EFBFBDEFBFBD26C2863734EFBFBDEFBFBDEFBFBDEFBFBD1726EFBFBD5540,4,'Albion');
/*!40000 ALTER TABLE `store` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down Expand Up @@ -392,4 +392,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-04-24 8:19:02
-- Dump completed on 2024-04-24 11:31:28

0 comments on commit bbc3cd1

Please sign in to comment.