aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/db/client-migrations/20230319185725_deleted_at.sql
blob: 6c422abcc3e8eee5711aea1b9c230d779f7e8876 (plain) (blame)
1
2
-- Add migration script here
alter table history add column deleted_at integer;