Fringg
51392d1918
feat: add managed news categories and tags with DB-backed CRUD
...
- Add news_categories and news_tags tables with case-insensitive unique names
- Add category_id/tag_id FK columns to news_articles (ON DELETE SET NULL)
- CRUD endpoints for categories and tags (admin permissions)
- Sync legacy string fields from FK entities on create/update
- Clear legacy fields on category/tag deletion
- Alembic migration 0049 with backfill from existing article data
2026-03-23 15:29:21 +03:00
..
2026-03-15 01:13:50 +03:00
2026-03-06 16:10:09 +03:00
2026-02-17 04:45:40 +03:00
2026-03-21 02:49:37 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-03-21 01:52:56 +03:00
2026-03-06 16:10:09 +03:00
2026-03-21 01:52:56 +03:00
2026-03-07 12:46:02 +03:00
2026-01-24 17:45:27 +03:00
2026-03-21 01:52:56 +03:00
2026-03-23 15:29:21 +03:00
2026-03-23 15:29:21 +03:00
2026-03-23 15:29:21 +03:00
2026-03-23 05:54:26 +03:00
2026-03-21 01:52:56 +03:00
2026-03-21 01:46:44 +03:00
2026-02-16 09:18:12 +03:00
2026-02-17 04:45:40 +03:00
2026-03-09 22:16:30 +03:00
2026-03-12 19:33:25 +03:00
2026-02-17 04:45:40 +03:00
2026-03-06 04:20:41 +03:00
2026-02-17 04:45:40 +03:00
2026-03-21 01:09:13 +03:00
2026-03-06 01:33:06 +03:00
2026-03-09 14:06:00 +05:00
2026-02-25 06:34:22 +03:00
2026-03-21 01:52:56 +03:00
2026-02-17 04:45:40 +03:00
2026-03-10 14:50:26 +05:00
2026-03-16 04:30:32 +00:00
2026-03-21 01:52:56 +03:00
2026-02-16 09:18:12 +03:00
2026-03-18 01:59:12 +03:00
2026-02-17 04:45:40 +03:00
2026-03-23 05:54:26 +03:00
2026-03-07 03:18:20 +03:00
2026-03-22 06:01:34 +03:00
2026-02-17 04:45:40 +03:00
2026-02-25 00:44:44 +03:00
2026-03-21 07:01:22 +03:00
2026-02-17 04:45:40 +03:00
2026-03-20 05:30:42 +03:00
2026-03-23 13:59:38 +03:00
2026-03-21 01:52:56 +03:00
2026-02-17 04:45:40 +03:00
2026-02-17 04:45:40 +03:00
2026-03-23 08:06:15 +03:00
2026-02-17 04:45:40 +03:00
2026-03-06 07:02:42 +03:00