move migrations around
This commit is contained in:
parent
588a65c2b2
commit
e3bd648182
5 changed files with 7 additions and 0 deletions
7
db/migrate/011_create_user_preferences.rb
Normal file
7
db/migrate/011_create_user_preferences.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
class CreateUserPreferences < ActiveRecord::Migration
|
||||
def self.up
|
||||
end
|
||||
|
||||
def self.down
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue