basically: ```sql drop table redirects; alter table redirects_new rename to redirects; ``` had to make new table because of how migrations work. can replace the old one with it now.