lemmy/migrations/2023-08-08-163911_add_post_listing_mode_setting/down.sql
Dessalines 56e26fc3d4
Adding a post_view mode. Fixes #3730 (#3731)
* Adding a post_view mode. Fixes #3730

* Fix test.

* Addressing PR comments.

* Adding a post_view mode. Fixes #3730

* Fix test.

* Addressing PR comments.

* Fixing column order.

* Fix default Ok returns.

* Removing return Err(... where feasible.
2023-08-31 09:01:08 -04:00

6 lines
94 B
SQL

ALTER TABLE local_user
DROP COLUMN post_listing_mode;
DROP TYPE post_listing_mode_enum;