From e4e013e6479285cba9411971069f20de91085de2 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 25 Aug 2019 20:16:33 +0200 Subject: [PATCH] persons database schema (missing person projects) --- .../page/default_page/sql/SELECT_PERSONS.php | 33 +++++++++++++++++++ .../default_page/sql/SELECT_PERSON_BADGES.php | 33 +++++++++++++++++++ .../sql/DATA_WECKER_MANUFAKTUR.php | 4 ++- 3 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 wecker_manufaktur/page/default_page/sql/SELECT_PERSONS.php create mode 100644 wecker_manufaktur/page/default_page/sql/SELECT_PERSON_BADGES.php diff --git a/wecker_manufaktur/page/default_page/sql/SELECT_PERSONS.php b/wecker_manufaktur/page/default_page/sql/SELECT_PERSONS.php new file mode 100644 index 0000000..859f056 --- /dev/null +++ b/wecker_manufaktur/page/default_page/sql/SELECT_PERSONS.php @@ -0,0 +1,33 @@ +SERVERPATH(), - (new \PSQL('/mysql/system_text.sql'))->SERVERPATH()); + (new \PSQL('/mysql/system_text.sql'))->SERVERPATH(), + (new \PSQL('/mysql/persons.schema.sql'))->SERVERPATH(), + (new \PSQL('/mysql/person_badges.schema.sql'))->SERVERPATH()); } } \ No newline at end of file