From 25889920cf216e46873da968afe4b2dae5fead64 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 16 Dec 2014 08:43:41 +0100 Subject: prepare for shift types model, add db update --- includes/model/ShiftTypes_model.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 includes/model/ShiftTypes_model.php (limited to 'includes/model/ShiftTypes_model.php') diff --git a/includes/model/ShiftTypes_model.php b/includes/model/ShiftTypes_model.php new file mode 100644 index 00000000..4c71a3ed --- /dev/null +++ b/includes/model/ShiftTypes_model.php @@ -0,0 +1,18 @@ + \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 294a21d1632a07ee510adaf18e39a7a5956fac6b Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 16 Dec 2014 08:52:52 +0100 Subject: add shift types model --- includes/model/ShiftTypes_model.php | 48 +++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'includes/model/ShiftTypes_model.php') diff --git a/includes/model/ShiftTypes_model.php b/includes/model/ShiftTypes_model.php index 4c71a3ed..7b502585 100644 --- a/includes/model/ShiftTypes_model.php +++ b/includes/model/ShiftTypes_model.php @@ -1,18 +1,66 @@ \ No newline at end of file -- cgit v1.2.3-70-g09d2