chore(migrations): add gtm_id column to site_settings
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-06-11 13:27:19 +01:00
parent d31ecde9ed
commit 8eda50b351

View file

@ -0,0 +1,4 @@
-- 0019: gtm_id text field on site_settings global
ALTER TABLE "site_settings"
ADD COLUMN IF NOT EXISTS "gtm_id" varchar;