Fix leafcutter tags class name

This commit is contained in:
Darren Clarke 2024-07-03 17:45:47 +02:00
parent a649640b8c
commit 69abe9bee1

View file

@ -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