diff --git a/db/migrate/20240521084152_add_web_authn_id_to_user.rb b/db/migrate/20240521084152_add_web_authn_id_to_user.rb deleted file mode 100644 index 1943dd3..0000000 --- a/db/migrate/20240521084152_add_web_authn_id_to_user.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddWebAuthnIdToUser < ActiveRecord::Migration[7.1] - def change - add_column :users, :webauthn_id, :string - end -end diff --git a/db/schema.rb b/db/schema.rb index 733b816..3dbfdc9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -42,7 +42,6 @@ ActiveRecord::Schema[7.1].define(version: 2024_05_21_090545) do t.datetime "locked_at" t.datetime "created_at", null: false t.datetime "updated_at", null: false - t.string "webauthn_id" t.string "otp_secret" t.integer "consumed_timestep" t.boolean "otp_required_for_login"