Skip to content

Commit

Permalink
feat: up sql
Browse files Browse the repository at this point in the history
  • Loading branch information
limes-cloud committed Jun 27, 2024
1 parent 1dce6aa commit 636c393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ INSERT INTO `file` (`id`, `directory_id`, `name`, `type`, `size`, `sha`, `key`,
--
-- 表的结构 `gorm_init`
--

DROP TABLE IF EXISTS `gorm_init`;
CREATE TABLE `gorm_init` (
`id` int(10) UNSIGNED NOT NULL,
`init` tinyint(1) DEFAULT NULL
Expand Down

0 comments on commit 636c393

Please sign in to comment.