fix(db): seed blog category in migration 025
TaxBaik CI/CD / build-and-deploy (push) Failing after 3m37s
TaxBaik CI/CD / build-and-deploy (push) Failing after 3m37s
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
-- Each post: 1,500-2,500 words, law citations, 3-step structure
|
-- Each post: 1,500-2,500 words, law citations, 3-step structure
|
||||||
-- 2025 tax year basis, accuracy principle
|
-- 2025 tax year basis, accuracy principle
|
||||||
|
|
||||||
|
INSERT INTO categories (name, slug, sort_order)
|
||||||
|
VALUES ('사업자 세무', 'business-tax', 1)
|
||||||
|
ON CONFLICT (slug) DO NOTHING;
|
||||||
|
|
||||||
-- 1. 프리랜서가 놓친 경비 5가지
|
-- 1. 프리랜서가 놓친 경비 5가지
|
||||||
INSERT INTO blog_posts (title, slug, content, category_id, is_published, seo_title, seo_description, tags, created_at, updated_at)
|
INSERT INTO blog_posts (title, slug, content, category_id, is_published, seo_title, seo_description, tags, created_at, updated_at)
|
||||||
VALUES (
|
VALUES (
|
||||||
|
|||||||
Reference in New Issue
Block a user