Bug 24083: (follow-up) Squashed follow ups
[koha.git] / installer / data / mysql / en / optional / sample_libraries_holidays.yml
1 ---
2 #
3 #  Copyright 2020 Koha Development Team
4 #
5 #  This file is part of Koha.
6 #
7 # Koha is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
11 #
12 # Koha is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with Koha; if not, see <http://www.gnu.org/licenses>.
19
20 description:
21   - "Sample holidays: Sunday, Christmas, New Year's"
22
23 tables:
24   - repeatable_holidays:
25       translatable: [ description ]
26       multiline: []
27       rows:
28         - id: 2
29           branchcode: MPL
30           weekday: 0
31           day: ~
32           month: ~
33           title: ""
34           description: "Sundays"
35
36         - id: 3
37           branchcode: MPL
38           weekday: ~
39           day: 1
40           month: 1
41           title: ""
42           description: "New Year's Day"
43
44         - id: 4
45           branchcode: MPL
46           weekday: ~
47           day: 25
48           month: 12
49           title: ""
50           description: "Christmas"