mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-23 10:25:56 +00:00
3 lines
70 B
SQL
3 lines
70 B
SQL
ALTER TABLE mod_remove_community
|
|
ADD COLUMN expires timestamptz;
|
|
|