react-code-dataset / goalert /migrate /migrations /20170629104138-escalation-policy-tweak.sql
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
121 Bytes
-- +migrate Up
ALTER TABLE escalation_policy
ALTER COLUMN id SET DEFAULT gen_random_uuid()::TEXT;
-- +migrate Down