aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/db/server-pg-migrations/20220610074049_history-length.sql
blob: b1c23016733712bece5d5a6f5a2393b2935ad76f (plain) (blame)
1
2
-- Add migration script here
alter table history alter column data type text;