Skip to content

Commit

Permalink
fix: bug dump sql base
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistr committed Jun 24, 2024
1 parent f5821f2 commit 22032c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CREATE TABLE `user` (
`deltaMax` decimal(10,2) NOT NULL,
`quantityMin` decimal(10,2) NOT NULL,
`typeProperty` int NOT NULL DEFAULT '0',
'yieldMin' decimal(10,2) NOT NULL,
`yieldMin` decimal(10,2) NOT NULL,
`lang` varchar(2) NOT NULL DEFAULT 'en',
`archivedAt` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
Expand Down

0 comments on commit 22032c1

Please sign in to comment.