fix(db): seed category ids in legacy blog migration 025
TaxBaik CI/CD / build-and-deploy (push) Failing after 4m51s

This commit is contained in:
2026-07-02 14:07:00 +09:00
parent 984da933ca
commit f68c968aed
+10 -9
View File
@@ -54,7 +54,7 @@ $$# 프리랜서가 놓친 경비 5가지
: 34 : 34
$$, $$,
'freelancer-expenses', 'freelancer-expenses',
NULL, 1,
true, true,
'Freelancer Expenses - Tax Deduction Guide', 'Freelancer Expenses - Tax Deduction Guide',
'5 common expenses freelancers overlook, with tax law basis (소득세법 제34조)', '5 common expenses freelancers overlook, with tax law basis (소득세법 제34조)',
@@ -110,7 +110,7 @@ $$# 월세 신고하는 방법
: 592 : 592
$$, $$,
'monthly-rent-tax-credit', 'monthly-rent-tax-credit',
NULL, 1,
true, true,
'Monthly Rent Tax Credit Guide', 'Monthly Rent Tax Credit Guide',
'How to claim rental tax deduction (월세세액공제) under Income Tax Act Article 59-2', 'How to claim rental tax deduction (월세세액공제) under Income Tax Act Article 59-2',
@@ -170,7 +170,7 @@ $$# 자녀 증여세 계산하기
: 13 : 13
$$, $$,
'gift-tax-calculation', 'gift-tax-calculation',
NULL, 1,
true, true,
'Gift Tax for Children Calculation', 'Gift Tax for Children Calculation',
'How to calculate inheritance and gift tax with basic deduction (상속세및증여세법 제13조)', 'How to calculate inheritance and gift tax with basic deduction (상속세및증여세법 제13조)',
@@ -229,7 +229,7 @@ $$# 사업자 등록 타이밍
: 2 : 2
$$, $$,
'business-registration-timing', 'business-registration-timing',
NULL, 1,
true, true,
'Business Registration Timing Guide', 'Business Registration Timing Guide',
'When to register business for tax optimization (소득세법 제2조)', 'When to register business for tax optimization (소득세법 제2조)',
@@ -292,7 +292,7 @@ $$# 소상공인 간단 기장
: 29 : 29
$$, $$,
'small-business-bookkeeping', 'small-business-bookkeeping',
NULL, 1,
true, true,
'Simple Bookkeeping for Small Business', 'Simple Bookkeeping for Small Business',
'Easy accounting for small business owners under Income Tax Act Article 29', 'Easy accounting for small business owners under Income Tax Act Article 29',
@@ -355,7 +355,7 @@ $$# 스마트스토어 판매자 세무
: 20 / : 20 /
$$, $$,
'smartstore-seller-tax', 'smartstore-seller-tax',
NULL, 1,
true, true,
'Online Seller Tax Guide', 'Online Seller Tax Guide',
'Tax reporting for online marketplace sellers (소득세법 제20조)', 'Tax reporting for online marketplace sellers (소득세법 제20조)',
@@ -414,7 +414,7 @@ $$# 부가가치세 신고 기한
: 25 : 25
$$, $$,
'vat-reporting-deadline', 'vat-reporting-deadline',
NULL, 1,
true, true,
'Value Added Tax Reporting Deadline', 'Value Added Tax Reporting Deadline',
'VAT filing deadline and calculation (부가가치세법 제25조)', 'VAT filing deadline and calculation (부가가치세법 제25조)',
@@ -480,7 +480,7 @@ $$# 종합소득세 신고 완벽 가이드
: 19 : 19
$$, $$,
'comprehensive-income-tax-guide', 'comprehensive-income-tax-guide',
NULL, 1,
true, true,
'Comprehensive Income Tax Filing Guide', 'Comprehensive Income Tax Filing Guide',
'Complete guide to filing comprehensive income tax (종합소득세) (소득세법 제19조)', 'Complete guide to filing comprehensive income tax (종합소득세) (소득세법 제19조)',
@@ -540,7 +540,7 @@ $$# 연말정산 환급 최대화
: 163 : 163
$$, $$,
'year-end-tax-settlement', 'year-end-tax-settlement',
NULL, 1,
true, true,
'Year-End Tax Settlement Refund Maximization', 'Year-End Tax Settlement Refund Maximization',
'How to maximize tax refund in year-end adjustment (연말정산) (소득세법 제163조)', 'How to maximize tax refund in year-end adjustment (연말정산) (소득세법 제163조)',
@@ -548,3 +548,4 @@ true,
NOW(), NOW(),
NOW() NOW()
); );