mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-13 23:48:55 +01:00
6 lines
126 B
Ruby
6 lines
126 B
Ruby
class AddAvoirDateToInvoice < ActiveRecord::Migration
|
|
def change
|
|
add_column :invoices, :avoir_date, :datetime
|
|
end
|
|
end
|