Initial commit
This commit is contained in:
7
db/migrate/20200304191424_add_archived_at_to_contract_templates.rb
Executable file
7
db/migrate/20200304191424_add_archived_at_to_contract_templates.rb
Executable file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddArchivedAtToContractTemplates < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :contract_templates, :archived_at, :datetime, default: nil, null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user