mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Fixed Models & Migrations for setting custom IDs
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
|
||||
class CreateQboCustomers < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :qbo_customers do |t|
|
||||
create_table :qbo_customers, id: false do |t|
|
||||
t.integer :id, :options => 'PRIMARY KEY'
|
||||
t.string :name
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user