Skip to content

Commit 4bf899b

Browse files
author
Sebastian Grewe
committed
[FIX] Proper version in base import sql
1 parent e0f10c0 commit 4bf899b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/000_base_structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ CREATE TABLE IF NOT EXISTS `settings` (
144144
UNIQUE KEY `setting` (`name`)
145145
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
146146

147-
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.15');
147+
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '1.0.0');
148148

149149
CREATE TABLE IF NOT EXISTS `shares` (
150150
`id` bigint(30) NOT NULL AUTO_INCREMENT,

0 commit comments

Comments
 (0)