Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# encoding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RefactorAuthenticationToken < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
change_column :authentications, :secret, :text
|
||||
rename_column :authentications, :secret, :token
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user