We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6a82b8 + 0efdf47 commit 956cfc5Copy full SHA for 956cfc5
1 file changed
db/schema.rb
@@ -359,6 +359,7 @@
359
t.string "locked_by"
360
t.datetime "locked_at", precision: nil
361
t.index ["locked_by"], name: "index_webhook_requests_on_locked_by"
362
+ t.index ["uuid"], name: "index_webhook_requests_on_uuid"
363
end
364
365
create_table "webhooks", id: :integer, charset: "utf8mb4", collation: "utf8mb4_general_ci", force: :cascade do |t|
0 commit comments