Skip to content
Snippets Groups Projects
Commit c885e36e authored by Rodrigo Goncalves's avatar Rodrigo Goncalves
Browse files

Fix for merge issue for previous pull-request

parent 9d1f53bb
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,12 @@ CREATE TABLE `counters` ( ...@@ -11,14 +11,12 @@ CREATE TABLE `counters` (
`c` int(11) DEFAULT NULL, `c` int(11) DEFAULT NULL,
PRIMARY KEY (`domain`), PRIMARY KEY (`domain`),
KEY `idx_domain` (`domain`) KEY `idx_domain` (`domain`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --
-- Table structure for table `series` -- Table structure for table `series`
-- --
DROP TABLE IF EXISTS `rows`;
DROP TABLE IF EXISTS `series`; DROP TABLE IF EXISTS `series`;
CREATE TABLE `series` ( CREATE TABLE `series` (
<<<<<<< HEAD
`id` bigint unsigned NOT NULL AUTO_INCREMENT, `id` bigint unsigned NOT NULL AUTO_INCREMENT,
`version` tinyint unsigned NOT NULL, `version` tinyint unsigned NOT NULL,
`unit` int unsigned NOT NULL, `unit` int unsigned NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment