Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddBirthDateToAppearanceRelease < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :appearance_releases, :person_date_of_birth, :date
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user