mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Allow invalid ident update #2859
This commit is contained in:
parent
0944bd2077
commit
4a32c7641c
18 changed files with 101 additions and 32 deletions
5
db/migrate/20150903105659_add_updated_token.rb
Normal file
5
db/migrate/20150903105659_add_updated_token.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddUpdatedToken < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :contacts, :legacy_ident_updated_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue