Add Feedback domain module: public submission flow, admin CRUD, reporting #7

Merged
Paddy merged 10 commits from feature/feedback-module into master 2026-08-23 09:39:03 +00:00
Showing only changes of commit 07d757e9af - Show all commits
+4 -2
View File
@@ -6,8 +6,10 @@
--
-- Apply with e.g.:
-- mysql -h <DB_HOST> -u <DB_USER> -p <FEEDBACK_DB> < 001_init.sql
USE `nachklang-feedback`;
--
-- Deliberately no USE statement here: the target database is selected via
-- the mysql command line above (whatever FEEDBACK_DB is actually named in
-- .env), not hardcoded to a literal schema name.
-- 1. events -------------------------------------------------------------
CREATE TABLE events (