mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 16:21:24 +00:00
3 lines
70 B
SQL
3 lines
70 B
SQL
ALTER TABLE mod_remove_community
|
|
ADD COLUMN expires timestamptz;
|
|
|