diff --git a/db/migrations/20220708090725_expand_user_agent.sql b/db/migrations/20220708090725_expand_user_agent.sql new file mode 100644 index 0000000..a9703c2 --- /dev/null +++ b/db/migrations/20220708090725_expand_user_agent.sql @@ -0,0 +1,6 @@ +-- migrate:up +ALTER TABLE lukeandjadi_com.rsvps ALTER COLUMN user_agent TYPE varchar(256); + +-- migrate:down + +ALTER TABLE lukeandjadi_com.rsvps ALTER COLUMN user_agent TYPE varchar(127);