Fix #5024: URL inflection change broke migrations

Broken in 60a26af6e.
This commit is contained in:
evazion
2022-02-28 20:26:14 -06:00
parent 0def039015
commit f6a96c632d
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
class CreateArtistUrls < ActiveRecord::Migration[4.2]
class CreateArtistURLs < ActiveRecord::Migration[4.2]
def self.up
create_table :artist_urls do |t|
t.column :artist_id, :integer, :null => false