Skip to content

Commit 32e889d

Browse files
committed
Fix fixture
1 parent 2b33003 commit 32e889d

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

models/fixtures/team_unit.yml

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,223 +2,268 @@
22
id: 1
33
team_id: 1
44
type: 1
5+
authorize: 4
56

67
-
78
id: 2
89
team_id: 1
910
type: 2
11+
authorize: 4
1012

1113
-
1214
id: 3
1315
team_id: 1
1416
type: 3
17+
authorize: 4
1518

1619
-
1720
id: 4
1821
team_id: 1
1922
type: 4
23+
authorize: 4
2024

2125
-
2226
id: 5
2327
team_id: 1
2428
type: 5
29+
authorize: 4
2530

2631
-
2732
id: 6
2833
team_id: 1
2934
type: 6
35+
authorize: 4
3036

3137
-
3238
id: 7
3339
team_id: 1
3440
type: 7
41+
authorize: 4
3542

3643
-
3744
id: 8
3845
team_id: 2
3946
type: 1
47+
authorize: 2
4048

4149
-
4250
id: 9
4351
team_id: 2
4452
type: 2
53+
authorize: 2
4554

4655
-
4756
id: 10
4857
team_id: 2
4958
type: 3
59+
authorize: 2
5060

5161
-
5262
id: 11
5363
team_id: 2
5464
type: 4
65+
authorize: 2
5566

5667
-
5768
id: 12
5869
team_id: 2
5970
type: 5
71+
authorize: 2
6072

6173
-
6274
id: 13
6375
team_id: 2
6476
type: 6
77+
authorize: 2
6578

6679
-
6780
id: 14
6881
team_id: 2
6982
type: 7
83+
authorize: 2
7084

7185
-
7286
id: 15
7387
team_id: 3
7488
type: 1
89+
authorize: 4
7590

7691
-
7792
id: 16
7893
team_id: 3
7994
type: 2
95+
authorize: 4
8096

8197
-
8298
id: 17
8399
team_id: 3
84100
type: 3
101+
authorize: 4
85102

86103
-
87104
id: 18
88105
team_id: 3
89106
type: 4
107+
authorize: 4
90108

91109
-
92110
id: 19
93111
team_id: 3
94112
type: 5
113+
authorize: 4
95114

96115
-
97116
id: 20
98117
team_id: 3
99118
type: 6
119+
authorize: 4
100120

101121
-
102122
id: 21
103123
team_id: 3
104124
type: 7
125+
authorize: 4
105126

106127
-
107128
id: 22
108129
team_id: 4
109130
type: 1
131+
authorize: 4
110132

111133
-
112134
id: 23
113135
team_id: 4
114136
type: 2
137+
authorize: 4
115138

116139
-
117140
id: 24
118141
team_id: 4
119142
type: 3
143+
authorize: 4
120144

121145
-
122146
id: 25
123147
team_id: 4
124148
type: 4
149+
authorize: 4
125150

126151
-
127152
id: 26
128153
team_id: 4
129154
type: 5
155+
authorize: 4
130156

131157
-
132158
id: 27
133159
team_id: 4
134160
type: 6
161+
authorize: 4
135162

136163
-
137164
id: 28
138165
team_id: 4
139166
type: 7
167+
authorize: 4
140168

141169
-
142170
id: 29
143171
team_id: 5
144172
type: 1
173+
authorize: 4
145174

146175
-
147176
id: 30
148177
team_id: 5
149178
type: 2
179+
authorize: 4
150180

151181
-
152182
id: 31
153183
team_id: 5
154184
type: 3
185+
authorize: 4
155186

156187
-
157188
id: 32
158189
team_id: 5
159190
type: 4
191+
authorize: 4
160192

161193
-
162194
id: 33
163195
team_id: 5
164196
type: 5
197+
authorize: 4
165198

166199
-
167200
id: 34
168201
team_id: 5
169202
type: 6
203+
authorize: 4
170204

171205
-
172206
id: 35
173207
team_id: 5
174208
type: 7
209+
authorize: 4
175210

176211
-
177212
id: 36
178213
team_id: 6
179214
type: 1
215+
authorize: 4
180216

181217
-
182218
id: 37
183219
team_id: 6
184220
type: 2
221+
authorize: 4
185222

186223
-
187224
id: 38
188225
team_id: 6
189226
type: 3
227+
authorize: 4
190228

191229
-
192230
id: 39
193231
team_id: 6
194232
type: 4
233+
authorize: 4
195234

196235
-
197236
id: 40
198237
team_id: 6
199238
type: 5
239+
authorize: 4
200240

201241
-
202242
id: 41
203243
team_id: 6
204244
type: 6
245+
authorize: 4
205246

206247
-
207248
id: 42
208249
team_id: 6
209250
type: 7
251+
authorize: 4
210252

211253
-
212254
id: 43
213255
team_id: 7
214256
type: 2 # issues
257+
authorize: 2
215258

216259
-
217260
id: 44
218261
team_id: 8
219262
type: 2 # issues
263+
authorize: 2
220264

221265
-
222266
id: 45
223267
team_id: 9
224-
type: 1 # code
268+
type: 1 # code
269+
authorize: 1

0 commit comments

Comments
 (0)