# HG changeset patch # User Nattee Niparnan # Date 2014-09-18 05:21:52 # Node ID 7e1731b04b3ec5309a55da99e0597fca46377d52 # Parent 029c8b6ac635e514a4f02a4da60b89e66ecadfff add section diff --git a/db/migrate/20140913060729_add_section_to_users.rb b/db/migrate/20140913060729_add_section_to_users.rb new file mode 100644 --- /dev/null +++ b/db/migrate/20140913060729_add_section_to_users.rb @@ -0,0 +1,5 @@ +class AddSectionToUsers < ActiveRecord::Migration + def change + add_column :users, :section, :string + end +end