mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
6 lines
94 B
MySQL
6 lines
94 B
MySQL
|
ALTER TABLE local_user
|
||
|
DROP COLUMN vote_display_mode;
|
||
|
|
||
|
DROP TYPE vote_display_mode_enum;
|
||
|
|