mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
2 lines
135 B
SQL
Executable File
2 lines
135 B
SQL
Executable File
ALTER TABLE releases ADD COLUMN gamesinfo_id INT AFTER consoleinfoid;
|
|
CREATE INDEX ix_releases_gamesinfo_id ON releases (gamesinfo_id); |