diff --git a/db/migrate/20121113074845_ticket_organization.rb b/db/migrate/20121113074845_ticket_organization.rb deleted file mode 100644 index 0e78f5ae9..000000000 --- a/db/migrate/20121113074845_ticket_organization.rb +++ /dev/null @@ -1,8 +0,0 @@ -class TicketOrganization < ActiveRecord::Migration - def up - add_column :tickets, :organization_id, :integer, :null => true - end - - def down - end -end