about summary refs log tree commit diff
path: root/db/migrate/20180707193142_migrate_filters.rb
AgeCommit message (Collapse)Author
2019-06-09Fix old migrations failing because of new version of `strong_migrations`Thibaut Girka
Fixes #1099
2018-08-16Split custom filter migration script using the post-deployment migration systemThibaut Girka
There were some concerns with the custom filter migration script dropping a table, thus making it unsafe to run in a zero-downtime setting. Upstream introduced a way to run migrations after deployment, so revisit the old migration script to make use of this.
2018-07-09Migrate glitch-soc keyword mutes to Mastodon'sThibaut Girka
Completely remove glitch-soc's Keyword Mutes, migrate existing database records to CustomFilters. Handling of client-side filters is still not implemented in the glitch-soc front-end.