mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
2 lines
82 B
SQL
2 lines
82 B
SQL
ALTER TABLE "users"
|
|
ADD "metrics_id" uuid NOT NULL DEFAULT gen_random_uuid();
|