hub/database/migrations/schema/020_sign_key.sql

6 lines
129 B
SQL

alter table snapshot add column sign_key jsonb;
---- create above / drop below ----
alter table snapshot drop column sign_key;