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

Open
Paddy wants to merge 9 commits from feature/feedback-module into master
Showing only changes of commit 07d757e9af - Show all commits
+4 -2
View File
@@ -6,8 +6,10 @@
-- --
-- Apply with e.g.: -- Apply with e.g.:
-- mysql -h <DB_HOST> -u <DB_USER> -p <FEEDBACK_DB> < 001_init.sql -- 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 ------------------------------------------------------------- -- 1. events -------------------------------------------------------------
CREATE TABLE events ( CREATE TABLE events (