]> Untitled Git - lemmy.git/blob - migrations/2022-09-24-161829_remove_table_aliases/up.sql
Speeding up comment-ltree migration, fixing index creation. Fixes #2664 (#2670)
[lemmy.git] / migrations / 2022-09-24-161829_remove_table_aliases / up.sql
1 -- Drop the alias views
2 drop view person_alias_1, person_alias_2;