Skip to content
Snippets Groups Projects
Commit 275a2ea1 authored by Rodrigo Goncalves's avatar Rodrigo Goncalves Committed by Guilherme Arthur Gerônimo
Browse files

Fix for merge issue for previous pull-request

parent 922edf76
No related branches found
No related tags found
1 merge request!20Resolve "Data ingress for context information for tiki-wiki"
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
......@@ -11,14 +11,12 @@ CREATE TABLE `counters` (
`c` int(11) DEFAULT NULL,
PRIMARY KEY (`domain`),
KEY `idx_domain` (`domain`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Table structure for table `series`
--
DROP TABLE IF EXISTS `rows`;
DROP TABLE IF EXISTS `series`;
CREATE TABLE `series` (
<<<<<<< HEAD
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`version` tinyint 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