implement amendment signing

This commit is contained in:
Bilal
2020-07-21 22:09:08 +02:00
parent 8d16c310df
commit 141ab42d4b
13 changed files with 152 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
class AddAmendmentSignerDetailsToLocationReleases < ActiveRecord::Migration[6.0]
def change
add_column :location_releases, :amendment_signer_name, :string
end
end