Files
lti-api/internal/database/migrations/20260228143207_disable_chickin_fifo_consumption.up.sql

7 lines
179 B
PL/PgSQL

BEGIN;
-- no-op: moved to 20260306090011_disable_chickin_fifo_consumption_after_core.up.sql
-- to ensure FIFO core + seed are applied before this data update migration.
COMMIT;