fix(db): make remaining blog migrations idempotent
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
TaxBaik CI/CD / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user