From 9a18f9ed0584ba61ad05b23a4923be8c4e6f4b50 Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 31 Mar 2022 11:30:52 +0100 Subject: [PATCH] Remove redundant column --- db/schema.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 008545aab..965fcee3d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -319,7 +319,6 @@ ActiveRecord::Schema[7.0].define(version: 202202071123100) do t.boolean "is_dpo", default: false t.boolean "is_key_contact", default: false t.string "phone" - t.boolean "is_dpo", default: false t.index ["email"], name: "index_users_on_email", unique: true t.index ["organisation_id"], name: "index_users_on_organisation_id" t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true