mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update 21_add_qbo_invoices_issues.rb
This commit is contained in:
@@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
class AddQboInvoicesIssues < ActiveRecord::Migration
|
class AddQboInvoicesIssues < ActiveRecord::Migration
|
||||||
def self.up
|
def self.up
|
||||||
create_table :qbo_invoices_issues, :id => false do |t|
|
create_table :issues_qbo_invoices, :id => false do |t|
|
||||||
t.integer :qbo_invoice_id
|
t.integer :qbo_invoice_id
|
||||||
t.integer :issue_id
|
t.integer :issue_id
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.down
|
def self.down
|
||||||
drop_table :qbo_invoices_issues
|
drop_table :issues_qbo_invoices
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user