Add Feedback domain module: public submission flow, admin CRUD, reporting #7
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user