artist urls: make normalized_url nullable.
Make the normalized_url column nullable in preparation for dropping it.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class MakeNormalizedURLNullableOnArtistURLs < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
change_column_null :artist_urls, :normalized_url, true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user