Fix leafcutter tags class name
This commit is contained in:
parent
a649640b8c
commit
69abe9bee1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# create core Leafcutter tags
|
||||
class LeafcutterTags1 < ActiveRecord::Migration[5.2]
|
||||
class LeafcutterTags < ActiveRecord::Migration[5.2]
|
||||
def self.up
|
||||
Tag::Item.create(name: 'example_group:example_tag')
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue