Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
open-source
aoz-003
Commits
99d9d76f
Verified
Commit
99d9d76f
authored
Dec 01, 2020
by
Kaspar Vollenweider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in old migration
parent
aad97eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/migrate/20171109092839_create_join_table_group_offer_categories_volunteers.rb
...39_create_join_table_group_offer_categories_volunteers.rb
+1
-1
No files found.
db/migrate/20171109092839_create_join_table_group_offer_categories_volunteers.rb
View file @
99d9d76f
...
...
@@ -3,7 +3,7 @@ class CreateJoinTableGroupOfferCategoriesVolunteers < ActiveRecord::Migration[5.
create_join_table
:group_offer_categories
,
:volunteers
do
|
t
|
t
.
index
[
:group_offer_category_id
,
:volunteer_id
],
name:
'index_group_offer_on_volunteer'
t
.
datetime
:deleted_at
,
index:
true
t
.
timestamp
t
.
timestamp
s
end
end
end
Write
Preview
Markdown
is supported
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