Update 000_base_structure.sql

This commit is contained in:
iAmShorty 2014-05-26 09:31:43 +02:00
parent 8dded88a57
commit 7f0f2fffac

View File

@ -155,8 +155,8 @@ CREATE TABLE IF NOT EXISTS `shares` (
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `shares_archive` (
`id` int(255) unsigned NOT NULL AUTO_INCREMENT,
`share_id` int(255) unsigned NOT NULL,
`id` bigint(30) NOT NULL AUTO_INCREMENT,
`share_id` bigint(30) NOT NULL,
`username` varchar(120) NOT NULL,
`our_result` enum('Y','N') DEFAULT NULL,
`upstream_result` enum('Y','N') DEFAULT NULL,