mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Update the patch
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
DROP TABLE IF EXISTS steam_apps;
|
||||
CREATE TABLE steam_apps (
|
||||
name VARCHAR(191) NOT NULL DEFAULT '' COMMENT 'Steam application name',
|
||||
name VARCHAR(255) NOT NULL DEFAULT '' COMMENT 'Steam application name',
|
||||
appid INT(11) UNSIGNED NULL COMMENT 'Steam application id'
|
||||
)
|
||||
ENGINE = MYISAM
|
||||
|
||||
Reference in New Issue
Block a user