Skip to content

Commit 46f7adb

Browse files
committed
[SQL] Base Structure 0.0.8
1 parent e26533f commit 46f7adb

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

136-
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.7');
136+
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.8');
137137

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

0 commit comments

Comments
 (0)