]> Untitled Git - lemmy.git/blob - migrations/2022-09-24-161829_remove_table_aliases/up.sql
Do not decrement comment score twice when removing then deleting. (#3196)
[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;