View | Details | Raw Unified | Return to bug 22284
Collapse All | Expand All

(-)a/Koha/Schema/Result/BranchItemRule.pm (-4 / +4 lines)
Lines 46-52 __PACKAGE__->table("branch_item_rules"); Link Here
46
46
47
  data_type: 'enum'
47
  data_type: 'enum'
48
  default_value: 'any'
48
  default_value: 'any'
49
  extra: {list => ["any","homebranch","holdingbranch"]}
49
  extra: {list => ["any","holdgroup","homebranch","holdingbranch"]}
50
  is_nullable: 0
50
  is_nullable: 0
51
51
52
=head2 returnbranch
52
=head2 returnbranch
Lines 68-74 __PACKAGE__->add_columns( Link Here
68
  {
68
  {
69
    data_type => "enum",
69
    data_type => "enum",
70
    default_value => "any",
70
    default_value => "any",
71
    extra => { list => ["any", "homebranch", "holdingbranch"] },
71
    extra => { list => ["any", "holdgroup", "homebranch", "holdingbranch"] },
72
    is_nullable => 0,
72
    is_nullable => 0,
73
  },
73
  },
74
  "returnbranch",
74
  "returnbranch",
Lines 122-129 __PACKAGE__->belongs_to( Link Here
122
);
122
);
123
123
124
124
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-29 10:32:00
125
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-12 01:50:56
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yMmvhDqtrKcNeDU9ZJCQZw
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qOFBygBA/MbNQTMVlkCGdA
127
127
128
128
129
# You can replace this text with custom content, and it will be preserved on regeneration
129
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/DefaultBranchCircRule.pm (-4 / +4 lines)
Lines 39-45 __PACKAGE__->table("default_branch_circ_rules"); Link Here
39
39
40
  data_type: 'enum'
40
  data_type: 'enum'
41
  default_value: 'any'
41
  default_value: 'any'
42
  extra: {list => ["any","homebranch","holdingbranch"]}
42
  extra: {list => ["any","holdgroup","homebranch","holdingbranch"]}
43
  is_nullable: 0
43
  is_nullable: 0
44
44
45
=head2 returnbranch
45
=head2 returnbranch
Lines 59-65 __PACKAGE__->add_columns( Link Here
59
  {
59
  {
60
    data_type => "enum",
60
    data_type => "enum",
61
    default_value => "any",
61
    default_value => "any",
62
    extra => { list => ["any", "homebranch", "holdingbranch"] },
62
    extra => { list => ["any", "holdgroup", "homebranch", "holdingbranch"] },
63
    is_nullable => 0,
63
    is_nullable => 0,
64
  },
64
  },
65
  "returnbranch",
65
  "returnbranch",
Lines 96-103 __PACKAGE__->belongs_to( Link Here
96
);
96
);
97
97
98
98
99
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-05 20:42:53
99
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-12 01:50:56
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SYfKl5LgCoDZVhPooF55SA
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xXpVLMUM5ur+fb8DU82HPw
101
101
102
102
103
# You can replace this text with custom content, and it will be preserved on regeneration
103
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/DefaultBranchItemRule.pm (-4 / +4 lines)
Lines 39-45 __PACKAGE__->table("default_branch_item_rules"); Link Here
39
39
40
  data_type: 'enum'
40
  data_type: 'enum'
41
  default_value: 'any'
41
  default_value: 'any'
42
  extra: {list => ["any","homebranch","holdingbranch"]}
42
  extra: {list => ["any","holdgroup","homebranch","holdingbranch"]}
43
  is_nullable: 0
43
  is_nullable: 0
44
44
45
=head2 returnbranch
45
=head2 returnbranch
Lines 59-65 __PACKAGE__->add_columns( Link Here
59
  {
59
  {
60
    data_type => "enum",
60
    data_type => "enum",
61
    default_value => "any",
61
    default_value => "any",
62
    extra => { list => ["any", "homebranch", "holdingbranch"] },
62
    extra => { list => ["any", "holdgroup", "homebranch", "holdingbranch"] },
63
    is_nullable => 0,
63
    is_nullable => 0,
64
  },
64
  },
65
  "returnbranch",
65
  "returnbranch",
Lines 96-103 __PACKAGE__->belongs_to( Link Here
96
);
96
);
97
97
98
98
99
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-29 10:32:00
99
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-12 01:50:56
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+dEOJjQezQNGILloXC2HfQ
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GCdis1CVFQVmLd4xrW/G4g
101
101
102
102
103
# You can replace this text with custom content, and it will be preserved on regeneration
103
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/DefaultCircRule.pm (-4 / +4 lines)
Lines 39-45 __PACKAGE__->table("default_circ_rules"); Link Here
39
39
40
  data_type: 'enum'
40
  data_type: 'enum'
41
  default_value: 'any'
41
  default_value: 'any'
42
  extra: {list => ["any","homebranch","holdingbranch"]}
42
  extra: {list => ["any","holdgroup","homebranch","holdingbranch"]}
43
  is_nullable: 0
43
  is_nullable: 0
44
44
45
=head2 returnbranch
45
=head2 returnbranch
Lines 64-70 __PACKAGE__->add_columns( Link Here
64
  {
64
  {
65
    data_type => "enum",
65
    data_type => "enum",
66
    default_value => "any",
66
    default_value => "any",
67
    extra => { list => ["any", "homebranch", "holdingbranch"] },
67
    extra => { list => ["any", "holdgroup", "homebranch", "holdingbranch"] },
68
    is_nullable => 0,
68
    is_nullable => 0,
69
  },
69
  },
70
  "returnbranch",
70
  "returnbranch",
Lines 84-91 __PACKAGE__->add_columns( Link Here
84
__PACKAGE__->set_primary_key("singleton");
84
__PACKAGE__->set_primary_key("singleton");
85
85
86
86
87
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-05 20:42:53
87
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-04-12 01:50:56
88
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mrebGRlc4MORi6OtUk8NyA
88
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KMqJaKR/CRKVcaExmDKSYw
89
89
90
90
91
# You can replace this text with custom content, and it will be preserved on regeneration
91
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/LibraryGroup.pm (-3 / +10 lines)
Lines 71-76 __PACKAGE__->table("library_groups"); Link Here
71
  default_value: 0
71
  default_value: 0
72
  is_nullable: 0
72
  is_nullable: 0
73
73
74
=head2 ft_local_hold_group
75
76
  data_type: 'tinyint'
77
  default_value: 0
78
  is_nullable: 0
79
74
=head2 created_on
80
=head2 created_on
75
81
76
  data_type: 'timestamp'
82
  data_type: 'timestamp'
Lines 103-108 __PACKAGE__->add_columns( Link Here
103
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
109
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
104
  "ft_search_groups_staff",
110
  "ft_search_groups_staff",
105
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
111
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
112
  "ft_local_hold_group",
113
  { data_type => "tinyint", default_value => 0, is_nullable => 0 },
106
  "created_on",
114
  "created_on",
107
  {
115
  {
108
    data_type => "timestamp",
116
    data_type => "timestamp",
Lines 202-209 __PACKAGE__->belongs_to( Link Here
202
);
210
);
203
211
204
212
205
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
213
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-25 01:27:47
206
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8hvTh2lWoG/MpfSdq4kx5Q
214
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RyFctYjGqtYCIsgJJPzppQ
207
215
208
216
209
# You can replace this text with custom code or comments, and it will be preserved on regeneration
217
# You can replace this text with custom code or comments, and it will be preserved on regeneration
210
- 

Return to bug 22284