Removed not needed spaces.
This commit is contained in:
parent
62e1a5ecb0
commit
fa8c4a9fda
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ class CreateBase < ActiveRecord::Migration
|
|||
t.integer :user_id
|
||||
t.integer :role_id
|
||||
end
|
||||
|
||||
|
||||
create_table :groups_users, :id => false do |t|
|
||||
t.integer :user_id
|
||||
t.integer :group_id
|
||||
|
|
Loading…
Reference in a new issue