mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
4 lines
No EOL
117 B
SQL
4 lines
No EOL
117 B
SQL
ALTER TABLE "signups"
|
|
ADD "wants_releases" BOOLEAN,
|
|
ADD "wants_updates" BOOLEAN,
|
|
ADD "wants_community" BOOLEAN; |