提交 abe300a4 编写于 作者: G Guillermo Iguaran

Merge pull request #12773 from ptn/use_19_syntax_in_schema_test

Use 1.9 Hash syntax consistently
......@@ -334,7 +334,7 @@ def create_table(*args, &block)
t.integer :ideal_reference_id
end
create_table :keyboards, force: true, :id => false do |t|
create_table :keyboards, force: true, id: false do |t|
t.primary_key :key_number
t.string :name
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册