Remove the webauthn-ruby stuff.

This commit is contained in:
2024-05-24 08:45:33 +01:00
parent ba3392fb47
commit f6baae259e
2 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
class AddWebAuthnIdToUser < ActiveRecord::Migration[7.1]
def change
add_column :users, :webauthn_id, :string
end
end