hub/database/migrations/schema/028_screenshots.sql

6 lines
135 B
SQL

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