1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/db/migrate/20190227143153_add_environment_to_invoice.rb

6 lines
127 B
Ruby

class AddEnvironmentToInvoice < ActiveRecord::Migration
def change
add_column :invoices, :environment, :string
end
end