mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-24 02:45:59 +00:00
Nutomic
67b36c6537
* Add support for donation dialog (fixes #4856) * more changes * test * remove files * default value for new user last_donation_notification * move disable_donation_dialog to local_site * restore formatting
6 lines
133 B
SQL
6 lines
133 B
SQL
ALTER TABLE local_user
|
|
DROP COLUMN last_donation_notification;
|
|
|
|
ALTER TABLE local_site
|
|
DROP COLUMN disable_donation_dialog;
|
|
|