Skip to content

Commit 956cfc5

Browse files
authored
Merge pull request #25 from modalsource/nemdub-postal-add-missing-uuid-index
Replica: Add missing uuid index on webhook_requests
2 parents e6a82b8 + 0efdf47 commit 956cfc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

db/schema.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
t.string "locked_by"
360360
t.datetime "locked_at", precision: nil
361361
t.index ["locked_by"], name: "index_webhook_requests_on_locked_by"
362+
t.index ["uuid"], name: "index_webhook_requests_on_uuid"
362363
end
363364

364365
create_table "webhooks", id: :integer, charset: "utf8mb4", collation: "utf8mb4_general_ci", force: :cascade do |t|

0 commit comments

Comments
 (0)