fix(db): make remaining blog migrations idempotent
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled

This commit is contained in:
2026-07-02 12:50:26 +09:00
parent d7ca51b741
commit 77aaed814c
4 changed files with 21 additions and 16 deletions
@@ -294,4 +294,6 @@ INSERT INTO blog_posts (title, slug, content, category_id, is_published, seo_tit
-
- 2
.$$, 5, true, 'SEO Title', 'SEO Description', '연말정산,환급', NOW(), NOW());
.$$, 5, true, 'SEO Title', 'SEO Description', '연말정산,환급', NOW(), NOW())
ON CONFLICT (slug) DO NOTHING;