]> Untitled Git - lemmy.git/blob - migrations/2022-09-24-161829_remove_table_aliases/down.sql
Do not decrement comment score twice when removing then deleting. (#3196)
[lemmy.git] / migrations / 2022-09-24-161829_remove_table_aliases / down.sql
1 create view person_alias_1 as select * from person;
2 create view person_alias_2 as select * from person;