Skip to content

Commit 69b7c1a

Browse files
committed
fix(invitations): remove spurious index from schema.rb
The batch_and_invitation index was manually added to schema.rb without a corresponding migration. Running rails db:drop db:create db:migrate confirmed this index is not created by any migration.
1 parent 7b4b96f commit 69b7c1a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

db/schema.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@
297297
t.datetime "processed_at"
298298
t.string "status", default: "success", null: false
299299
t.datetime "updated_at", null: false
300-
t.index ["invitation_log_id", "invitation_type", "invitation_id"], name: "index_invitation_log_entries_on_batch_and_invitation"
301300
t.index ["invitation_log_id", "status"], name: "index_invitation_log_entries_on_invitation_log_id_and_status"
302301
t.index ["invitation_log_id"], name: "index_invitation_log_entries_on_invitation_log_id"
303302
t.index ["invitation_type", "invitation_id"], name: "index_invitation_log_entries_on_invitation"

0 commit comments

Comments
 (0)