mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 07:29:32 +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; |