mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +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();
|