Migrations not longer needed.
This commit is contained in:
parent
5b1c7d77c3
commit
eb34c1dbcb
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
class TicketOrganization < ActiveRecord::Migration
|
|
||||||
def up
|
|
||||||
add_column :tickets, :organization_id, :integer, :null => true
|
|
||||||
end
|
|
||||||
|
|
||||||
def down
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in a new issue