Skip to content
Snippets Groups Projects

Resolve "Data ingress for context information for tiki-wiki"

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading