Merge branch 'development' into bootstrap

This commit is contained in:
Sebastian Grewe 2014-03-25 10:04:37 +01:00
commit 8f739bb458

View File

@ -133,7 +133,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.7');
INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.8');
CREATE TABLE IF NOT EXISTS `shares` (
`id` bigint(30) NOT NULL AUTO_INCREMENT,