mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-25 12:11:39 -04:00
Store role_id as an integer instead of a string
This commit is contained in:
+1
-1
@@ -155,7 +155,7 @@ ActiveRecord::Schema.define(:version => 20130424005701) do
|
||||
end
|
||||
|
||||
create_table "user_role_joins", :force => true do |t|
|
||||
t.string "role_id"
|
||||
t.integer "role_id"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.datetime "ends"
|
||||
|
||||
Reference in New Issue
Block a user