mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
ab8204368c
Over time, I think we may end up having multiple services, so it seems like a good opportunity to name this one more specifically while the cost is low. It just seems like naming it "zed" and "zed-server" leaves it a bit open ended.
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; |