Allow invalid ident update #2859

This commit is contained in:
Priit Tark 2015-09-23 12:32:26 +03:00
parent 0944bd2077
commit 4a32c7641c
18 changed files with 101 additions and 32 deletions

View file

@ -0,0 +1,5 @@
class AddUpdatedToken < ActiveRecord::Migration
def change
add_column :contacts, :legacy_ident_updated_at, :datetime
end
end