Commit 248c0b7ee13d70abb5f12bdc570b137fc8b397c5
1 parent
55893dbf
Exists in
master
and in
29 other branches
Update schema to add profile_id on role table
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
db/schema.rb
... | ... | @@ -593,6 +593,7 @@ ActiveRecord::Schema.define(:version => 20150408231524) do |
593 | 593 | t.boolean "system", :default => false |
594 | 594 | t.text "permissions" |
595 | 595 | t.integer "environment_id" |
596 | + t.integer "profile_id" | |
596 | 597 | end |
597 | 598 | |
598 | 599 | create_table "scraps", :force => true do |t| | ... | ... |