]> Untitled Git - lemmy.git/blob - migrations/2020-11-26-134531_delete_user/up.sql
Feature add three six and nine months options backend (#3226)
[lemmy.git] / migrations / 2020-11-26-134531_delete_user / up.sql
1 ALTER TABLE user_ ADD COLUMN deleted BOOLEAN DEFAULT FALSE NOT NULL;