This website requires JavaScript.
Explore
Help
Sign In
bike
/
BikeShed-1
Watch
1
Star
0
Fork
0
You've already forked BikeShed-1
mirror of
https://github.com/fspc/BikeShed-1.git
synced
2025-02-28 16:53:23 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
BikeShed-1
/
db
/
migrate
/
20130614003934_remove_nickname.rb
6 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Removing nickname from user
2013-06-13 20:59:01 -04:00
class
RemoveNickname
<
ActiveRecord
::
Migration
def
change
Switch DB from sqlite to Postgres -Postgres for production -Migrations don't translate well between sqlite and postgres, better to just develop using the same database as production. -Fixed migrations to work with Postgres -Updated Readme for PG install instructions -database config moved to .example
2013-06-25 23:50:34 -04:00
remove_column
:users
,
:nickname
Removing nickname from user
2013-06-13 20:59:01 -04:00
end
end
Reference in New Issue
Copy Permalink