[update] added migration scripts for migrating news data to articles, geographic and category tagging, and default sharing templates

This commit is contained in:
2025-08-06 16:39:49 +02:00
parent 0aa8d9fa3a
commit c3b0c87bfa
12 changed files with 393 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Remove default sharing templates
DELETE
FROM share_templates
WHERE name IN ('Default Text', 'Markdown', 'Simple Text', 'HTML Email');