fix(migration): add section_titles_google_review_url column to home_page
ALTER TABLE home_page + _home_page_v to add the new varchar column for the Google review URL field added to sectionTitles group. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c3274b0bd6
commit
fc73909ea4
1 changed files with 7 additions and 0 deletions
7
migrations/0016_google_review_url.sql
Normal file
7
migrations/0016_google_review_url.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
-- 0016: google review URL text field on home_page.sectionTitles group
|
||||
|
||||
ALTER TABLE "home_page"
|
||||
ADD COLUMN IF NOT EXISTS "section_titles_google_review_url" varchar;
|
||||
|
||||
ALTER TABLE "_home_page_v"
|
||||
ADD COLUMN IF NOT EXISTS "version_section_titles_google_review_url" varchar;
|
||||
Loading…
Add table
Reference in a new issue