mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Add explicit rails versioning in migrations
This commit is contained in:
parent
45fa13c815
commit
8359abcf92
386 changed files with 386 additions and 386 deletions
|
@ -1,4 +1,4 @@
|
|||
class AddDeviseAttributes < ActiveRecord::Migration
|
||||
class AddDeviseAttributes < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :users, :encrypted_password, :string, null: true, default: ""
|
||||
add_column :users, :remember_created_at, :datetime, null: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue