Files
windmill/backend/migrations/20260313000000_resource_non_diffable.down.sql
Diego Imbert cba4db950b feat: add non_diffable flag to resource table
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-13 21:32:51 +01:00

2 lines
57 B
SQL

ALTER TABLE resource DROP COLUMN IF EXISTS non_diffable;