diff --git a/sql/000_base_structure.sql b/sql/000_base_structure.sql index 2299c3b3..ef45e0a5 100644 --- a/sql/000_base_structure.sql +++ b/sql/000_base_structure.sql @@ -61,7 +61,7 @@ CREATE TABLE IF NOT EXISTS `coin_addresses` ( PRIMARY KEY (`id`), UNIQUE KEY `coin_address` (`coin_address`), KEY `account_id` (`account_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 +) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE IF NOT EXISTS `invitations` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT,