Description:
add section
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r508:7e1731b04b3e - - 1 file changed: 5 inserted, 0 deleted

@@ -0,0 +1,5
1 + class AddSectionToUsers < ActiveRecord::Migration
2 + def change
3 + add_column :users, :section, :string
4 + end
5 + end
You need to be logged in to leave comments. Login now