Sha256: 3e43a6f9df674a9e0c9c906738ea07ee6ccab5f79a325d91b9513d88eccafd32
Contents?: true
Size: 212 Bytes
Versions: 14
Compression:
Stored size: 212 Bytes
Contents
class RemoveColumnsPasswordAndPasswordConfirmationFromUsers < ActiveRecord::Migration def change remove_column :users, :password, :string remove_column :users, :password_confirmation, :string end end
Version data entries
14 entries across 14 versions & 1 rubygems