revoke expert avis

This commit is contained in:
Christophe Robillard 2020-07-16 11:14:37 +02:00
parent 4ff8be4b46
commit 3ea34834a7
8 changed files with 95 additions and 6 deletions

View file

@ -0,0 +1,5 @@
class AddRevokedAtToAvis < ActiveRecord::Migration[6.0]
def change
add_column :avis, :revoked_at, :datetime
end
end