dev_course
parent
b77ed2b7e0
commit
2bbd5dcc24
@ -0,0 +1,5 @@
|
||||
class AddProfileCompletedToUses < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :profile_completed, :boolean, default: false
|
||||
end
|
||||
end
|
Loading…
Reference in new issue