File tree 29 files changed +5104
-1
lines changed
29 files changed +5104
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ __PACKAGE__->load_namespaces;
15
15
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-01 11:03:29
16
16
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GqW9kl7MrcAx0vieFGh+cw
17
17
18
- our $VERSION = 44 ;
18
+ our $VERSION = 45 ;
19
19
20
20
# You can replace this text with custom code or comments, and it will be preserved on regeneration
21
21
1;
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ __PACKAGE__->add_columns(
25
25
{ data_type => " text" , is_nullable => 1 },
26
26
" file_group" ,
27
27
{ data_type => " text" , is_nullable => 1 },
28
+ " format" ,
29
+ { data_type => " text" , is_nullable => 1 },
28
30
);
29
31
30
32
__PACKAGE__ -> set_primary_key(" id" );
Original file line number Diff line number Diff line change
1
+ {
2
+ "has_many" : {
3
+ "fetch" : 0
4
+ },
5
+ "might_have" : {
6
+ "fetch" : 0
7
+ },
8
+ "sets" : [
9
+ {
10
+ "class" : " IssuePriority" ,
11
+ "quantity" : " all"
12
+ },
13
+ {
14
+ "class" : " IssueStatus" ,
15
+ "quantity" : " all"
16
+ },
17
+ {
18
+ "class" : " Servertype" ,
19
+ "quantity" : " all"
20
+ },
21
+ {
22
+ "quantity" : " all" ,
23
+ "class" : " Tag"
24
+ },
25
+ {
26
+ "class" : " UserDocreadtype" ,
27
+ "quantity" : " all"
28
+ },
29
+ {
30
+ "class" : " Calendar" ,
31
+ "quantity" : " all"
32
+ },
33
+ {
34
+ "class" : " Site" ,
35
+ "quantity" : " all"
36
+ },
37
+ {
38
+ "quantity" : " all" ,
39
+ "class" : " PwServertype"
40
+ },
41
+ {
42
+ "quantity" : " all" ,
43
+ "class" : " File"
44
+ },
45
+ {
46
+ "class" : " Eventtype" ,
47
+ "quantity" : " all"
48
+ },
49
+ {
50
+ "class" : " UserProject" ,
51
+ "quantity" : " all"
52
+ },
53
+ {
54
+ "quantity" : " all" ,
55
+ "class" : " Issue"
56
+ },
57
+ {
58
+ "class" : " DocDocreadtype" ,
59
+ "quantity" : " all"
60
+ },
61
+ {
62
+ "quantity" : " all" ,
63
+ "class" : " ServerPw"
64
+ },
65
+ {
66
+ "quantity" : " all" ,
67
+ "class" : " IssueTag"
68
+ },
69
+ {
70
+ "class" : " Comment" ,
71
+ "quantity" : " all"
72
+ },
73
+ {
74
+ "class" : " App" ,
75
+ "quantity" : " all"
76
+ },
77
+ {
78
+ "class" : " CertLocation" ,
79
+ "quantity" : " all"
80
+ },
81
+ {
82
+ "quantity" : " all" ,
83
+ "class" : " Server"
84
+ },
85
+ {
86
+ "class" : " User" ,
87
+ "quantity" : " all"
88
+ },
89
+ {
90
+ "quantity" : " all" ,
91
+ "class" : " CertUse"
92
+ },
93
+ {
94
+ "quantity" : " all" ,
95
+ "class" : " CertLocationUse"
96
+ },
97
+ {
98
+ "quantity" : " all" ,
99
+ "class" : " Priority"
100
+ },
101
+ {
102
+ "quantity" : " all" ,
103
+ "class" : " ServerCert"
104
+ },
105
+ {
106
+ "quantity" : " all" ,
107
+ "class" : " Domain"
108
+ },
109
+ {
110
+ "class" : " EventPerson" ,
111
+ "quantity" : " all"
112
+ },
113
+ {
114
+ "class" : " Project" ,
115
+ "quantity" : " all"
116
+ },
117
+ {
118
+ "quantity" : " all" ,
119
+ "class" : " Pw"
120
+ },
121
+ {
122
+ "quantity" : " all" ,
123
+ "class" : " ServerServertype"
124
+ },
125
+ {
126
+ "quantity" : " all" ,
127
+ "class" : " Docreadtype"
128
+ },
129
+ {
130
+ "class" : " Config" ,
131
+ "quantity" : " all"
132
+ },
133
+ {
134
+ "class" : " Issuetype" ,
135
+ "quantity" : " all"
136
+ },
137
+ {
138
+ "quantity" : " all" ,
139
+ "class" : " UserTopic"
140
+ },
141
+ {
142
+ "quantity" : " all" ,
143
+ "class" : " Cert"
144
+ },
145
+ {
146
+ "quantity" : " all" ,
147
+ "class" : " Permission"
148
+ },
149
+ {
150
+ "quantity" : " all" ,
151
+ "class" : " Customer"
152
+ },
153
+ {
154
+ "quantity" : " all" ,
155
+ "class" : " Event"
156
+ },
157
+ {
158
+ "class" : " UserDocread" ,
159
+ "quantity" : " all"
160
+ },
161
+ {
162
+ "quantity" : " all" ,
163
+ "class" : " UserServertype"
164
+ },
165
+ {
166
+ "class" : " Docsend" ,
167
+ "quantity" : " all"
168
+ },
169
+ {
170
+ "quantity" : " all" ,
171
+ "class" : " UserPermission"
172
+ },
173
+ {
174
+ "class" : " Uad" ,
175
+ "quantity" : " all"
176
+ },
177
+ {
178
+ "quantity" : " all" ,
179
+ "class" : " Status"
180
+ }
181
+ ],
182
+ "belongs_to" : {
183
+ "fetch" : 0
184
+ }
185
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "has_many" : {
3
+ "fetch" : 0
4
+ },
5
+ "sets" : [
6
+ {
7
+ "quantity" : " all" ,
8
+ "class" : " Permission"
9
+ }
10
+ ],
11
+ "might_have" : {
12
+ "fetch" : 0
13
+ },
14
+ "belongs_to" : {
15
+ "fetch" : 0
16
+ }
17
+ }
Original file line number Diff line number Diff line change
1
+ $VAR1 = {
2
+ 'belongs_to' => {
3
+ 'fetch' => 0
4
+ },
5
+ 'has_many' => {
6
+ 'fetch' => 0
7
+ },
8
+ 'might_have' => {
9
+ 'fetch' => 0
10
+ },
11
+ 'sets' => [
12
+ {
13
+ 'quantity' => 'all',
14
+ 'class' => 'Permission'
15
+ }
16
+ ]
17
+ };
Original file line number Diff line number Diff line change
1
+ 1.001039
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can view documents',
4
+ id => 1,
5
+ name => 'doc'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can view configuration information',
4
+ id => 10,
5
+ name => 'config'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can write configuration information',
4
+ id => 11,
5
+ name => 'config_write'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can create and update any issue for certain projects',
4
+ id => 12,
5
+ name => 'issue_write_project'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can read the calendar',
4
+ id => 13,
5
+ name => 'calendar_read'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can write to the calendar',
4
+ id => 14,
5
+ name => 'calendar_write'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User administrator',
4
+ id => 15,
5
+ name => 'user_admin'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User receives brass reports',
4
+ id => 16,
5
+ name => 'reports'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User receives notification of all new issues',
4
+ id => 17,
5
+ name => 'new_issue_alert'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can publish documents',
4
+ id => 2,
5
+ name => 'doc_publish'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can save drafts',
4
+ id => 3,
5
+ name => 'doc_save'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can save records',
4
+ id => 4,
5
+ name => 'doc_record'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can view own issues',
4
+ id => 5,
5
+ name => 'issue_read'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can view all issues',
4
+ id => 6,
5
+ name => 'issue_read_all'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can write to new and own issues',
4
+ id => 7,
5
+ name => 'issue_write'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can write to all issues',
4
+ id => 8,
5
+ name => 'issue_write_all'
6
+ };
Original file line number Diff line number Diff line change
1
+ $HASH1 = {
2
+ description
3
+ => 'User can view all issues for certain projects',
4
+ id => 9,
5
+ name => 'issue_read_project'
6
+ };
Original file line number Diff line number Diff line change
1
+ --
2
+ -- Created by SQL::Translator::Producer::MySQL
3
+ -- Created on Sun Nov 17 09:57:31 2024
4
+ --
5
+ ;
6
+ SET foreign_key_checks= 0 ;
7
+ --
8
+ -- Table: `dbix_class_deploymenthandler_versions`
9
+ --
10
+ CREATE TABLE `dbix_class_deploymenthandler_versions ` (
11
+ ` id` integer NOT NULL auto_increment,
12
+ ` version` varchar (50 ) NOT NULL ,
13
+ ` ddl` text NULL ,
14
+ ` upgrade_sql` text NULL ,
15
+ PRIMARY KEY (` id` ),
16
+ UNIQUE ` dbix_class_deploymenthandler_versions_version` (` version` )
17
+ );
18
+ SET foreign_key_checks= 1 ;
You can’t perform that action at this time.
0 commit comments