7 lines
295 B
SQL
7 lines
295 B
SQL
-- Custom SQL migration file, put your code below! --
|
|
-- The columns paused_at, paused_by, paused_reason were added manually during development.
|
|
-- This migration was kept for consistency but those columns already exist.
|
|
-- Note: is_paused was missing and is added in migration 0044.
|
|
|
|
SELECT 1;
|