mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-02 21:32:41 +03:00
3 lines
82 B
SQL
3 lines
82 B
SQL
ALTER TABLE "users"
|
|
ADD "metrics_id" uuid NOT NULL DEFAULT gen_random_uuid();
|