fix(db): seed blog category in migration 025
TaxBaik CI/CD / build-and-deploy (push) Failing after 3m37s

This commit is contained in:
2026-07-02 13:52:51 +09:00
parent a3d294b6ff
commit 3dd1cbb6ce
@@ -2,6 +2,10 @@
-- Each post: 1,500-2,500 words, law citations, 3-step structure
-- 2025 tax year basis, accuracy principle
INSERT INTO categories (name, slug, sort_order)
VALUES ('사업자 세무', 'business-tax', 1)
ON CONFLICT (slug) DO NOTHING;
-- 1. 프리랜서가 놓친 경비 5가지
INSERT INTO blog_posts (title, slug, content, category_id, is_published, seo_title, seo_description, tags, created_at, updated_at)
VALUES (