fixed the route
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddEncryptedSsnToWorkInfos < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :work_infos, :encrypted_ssn, :binary
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user