zed/crates/collab/migrations/20220929182110_add_metrics_id.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
82 B
MySQL
Raw Normal View History

ALTER TABLE "users"
ADD "metrics_id" uuid NOT NULL DEFAULT gen_random_uuid();