Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
4306d8c9
Verified
Commit
4306d8c9
authored
May 02, 2018
by
Kaspar Vollenweider
👻
Browse files
also set trial_period true on volunteers pre may 2018
parent
a6fc9ece
Pipeline
#18666
passed with stage
in 35 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/tasks/access.rake
View file @
4306d8c9
...
...
@@ -34,8 +34,7 @@ namespace :access do
.
map
(
&
:create_log_of_self
)
Volunteer
.
joins
(
:import
)
.
created_before
(
'2018-05-01'
)
.
update_all
(
intro_course:
true
)
.
created_before
(
Time
.
zone
.
parse
(
'2018-04-30T23:59:59'
))
.
update_all
(
intro_course:
true
,
trial_period:
true
)
end
end
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment