chore(migrations): add gtm_id column to site_settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d31ecde9ed
commit
8eda50b351
1 changed files with 4 additions and 0 deletions
4
migrations/0019_site_settings_gtm_id.sql
Normal file
4
migrations/0019_site_settings_gtm_id.sql
Normal 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;
|
||||
Loading…
Add table
Reference in a new issue