Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDefaultStateToProfilesTable < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column_default :profiles, :state, 'drafted'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user