20220929182110_add_metrics_id.sql

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