mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-02 06:01:47 +01:00
fixed small error where migrating down did not work on 033
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@809 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
7aef09b193
commit
e043e9fb71
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ class AddRememberMeToUser < ActiveRecord::Migration
|
|||
def self.down
|
||||
remove_column :users, :remember_token
|
||||
remove_column :users, :remember_token_expires_at
|
||||
rename_column :users, 'password', 'crypted_password' #bug in sqlite requires column names as strings
|
||||
rename_column :users, 'crypted_password', 'password' #bug in sqlite requires column names as strings
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue