fix(blog): add restore path for archived posts
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m57s
TaxBaik CI/CD / build-and-deploy (push) Successful in 4m57s
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Restore archived blog posts that were hidden by soft delete.
|
||||
-- Use only when the goal is to bring back previously archived posts.
|
||||
|
||||
UPDATE blog_posts
|
||||
SET deleted_at = NULL,
|
||||
updated_at = NOW()
|
||||
WHERE deleted_at IS NOT NULL;
|
||||
Reference in New Issue
Block a user