Skip to content

Commit

Permalink
[FIX] Base structure, DB_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
MPOS123 committed Jul 10, 2014
1 parent d3779bd commit 0c227cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/000_base_structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ CREATE TABLE IF NOT EXISTS `settings` (
UNIQUE KEY `setting` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.11');
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.12');

CREATE TABLE IF NOT EXISTS `shares` (
`id` bigint(30) NOT NULL AUTO_INCREMENT,
Expand Down

0 comments on commit 0c227cb

Please sign in to comment.