diff --git a/config/config.go b/config/config.go index a504ce2c..6891b7a7 100644 --- a/config/config.go +++ b/config/config.go @@ -13,7 +13,9 @@ const ( // LastOldTorrentID is the highest torrent ID // that was copied from the original Nyaa LastOldTorrentID = 923000 - TableName = "sukebei_torrents" + TableName = "torrents" + // for sukebei + //TableName = "sukebei_torrents" ) type Config struct {