Skip to content

Commit 4147ef5

Browse files
committed
[FIX] New base SQL version
1 parent 22e8877 commit 4147ef5

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.14');
147+
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.15');
148148

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

0 commit comments

Comments
 (0)