mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-22 05:09:02 +00:00
Empty commit
This commit is contained in:
parent
cdb20ac0ad
commit
e14e976427
@ -1134,7 +1134,8 @@ CREATE TABLE `users_freeleeches` (
|
|||||||
`Expired` tinyint(1) NOT NULL DEFAULT '0',
|
`Expired` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
`Downloaded` bigint(20) NOT NULL DEFAULT '0',
|
`Downloaded` bigint(20) NOT NULL DEFAULT '0',
|
||||||
`Uses` int(10) NOT NULL DEFAULT '1',
|
`Uses` int(10) NOT NULL DEFAULT '1',
|
||||||
PRIMARY KEY (`UserID`,`TorrentID`)
|
PRIMARY KEY (`UserID`,`TorrentID`),
|
||||||
|
KEY `Time` (`Time`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
CREATE TABLE `users_geodistribution` (
|
CREATE TABLE `users_geodistribution` (
|
||||||
|
Loading…
Reference in New Issue
Block a user