This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
BikeShed-1
mirror of
https://github.com/fspc/BikeShed-1.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Velocipede's User, Sales, and Bike Inventory Web App
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
195
Commits
8
Branches
8
Tags
44 MiB
Tree:
3c4e5c21c2
denney-disable-on-select
denney-docker
denney-fix-saving-dates
eperez-timeinput
import-csv-task
master
menu-feature
topic-sass
0.0.0
0.0.1
0.0.1-vpede
0.0.2-rc1
0.0.2-rc2
0.0.2-rc3
testver
v0.0.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3c4e5c21c2'
${ noResults }
BikeShed-1
/
db
/
migrate
/
20130614003934_remove_nickn...
6 lines
106 B
Raw
Normal View
History
Removing nickname from user
12 years ago
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
12 years ago
remove_column
:users
,
:nickname
Removing nickname from user
12 years ago
end
end