Skip to content

Commit 670b3b3

Browse files
committed
Merge branch 'development'
2 parents bbe2ff7 + 9057ed0 commit 670b3b3

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
@@ -134,7 +134,7 @@ CREATE TABLE IF NOT EXISTS `settings` (
134134
UNIQUE KEY `setting` (`name`)
135135
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
136136

137-
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.10');
137+
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.11');
138138

139139
CREATE TABLE IF NOT EXISTS `shares` (
140140
`id` bigint(30) NOT NULL AUTO_INCREMENT,

0 commit comments

Comments
 (0)