Project-Image-Uploader/backend/src
matthias.lotz 8e6247563a fix: DatabaseManager removes inline comments correctly in migrations
- Fixed SQL statement parsing to remove both line and inline comments
- Prevents incomplete SQL statements from inline comments
- Migration 005 and 006 now apply correctly via automatic migration system
- Tested with production data: All 72 groups have display_in_workshop = 0 (GDPR compliant)
2025-11-10 17:45:32 +01:00
..
database fix: DatabaseManager removes inline comments correctly in migrations 2025-11-10 17:45:32 +01:00
middlewares Initial Commit 2025-10-15 21:33:00 +02:00
models Initial Commit 2025-10-15 21:33:00 +02:00
repositories feat(repositories): Add SocialMediaRepository and extend GroupRepository 2025-11-09 21:01:16 +01:00
routes fix: Add display_in_workshop to groupFormatter and fix filter logic 2025-11-09 23:51:29 +01:00
scripts feat(testing): Add cleanup testing tools and API endpoints 2025-11-08 13:18:44 +01:00
services feat(backend): Implement automatic cleanup service 2025-11-08 12:23:49 +01:00
utils fix: Add display_in_workshop to groupFormatter and fix filter logic 2025-11-09 23:51:29 +01:00
constants.js feat: integrate preview generation into upload flow 2025-10-30 20:41:06 +01:00
index.js Initial Commit 2025-10-15 21:33:00 +02:00
server.js feat(backend): Implement automatic cleanup service 2025-11-08 12:23:49 +01:00