Migrations not longer needed.

This commit is contained in:
Martin Edenhofer 2012-11-13 13:40:48 +01:00
parent 5b1c7d77c3
commit eb34c1dbcb

View file

@ -1,8 +0,0 @@
class TicketOrganization < ActiveRecord::Migration
def up
add_column :tickets, :organization_id, :integer, :null => true
end
def down
end
end