mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-24 10:55:56 +00:00
7 lines
133 B
MySQL
7 lines
133 B
MySQL
|
ALTER TABLE local_user
|
||
|
DROP COLUMN last_donation_notification;
|
||
|
|
||
|
ALTER TABLE local_site
|
||
|
DROP COLUMN disable_donation_dialog;
|
||
|
|