Files
creator-hub/internal/hub/migrations/006_runtime_cleanup.sql
T

3 lines
103 B
SQL

ALTER TABLE environment_binding
ADD COLUMN runtime_cleanup_pending boolean NOT NULL DEFAULT false;