Files
newznab-tmux/test/db_updates/db_update_17_11_2013.sql
T
2013-11-17 21:11:15 +01:00

3 lines
110 B
SQL

DROP INDEX ix_prehash_md5 ON prehash;
ALTER IGNORE TABLE prehash ADD CONSTRAINT ix_prehash_md5 UNIQUE (hash);