main.app.cash.backfila.client.jooq.gen.indexes.Indexes.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-jooq Show documentation
Show all versions of client-jooq Show documentation
Backfila is a service that manages backfill state, calling into other services to do batched work.
/*
* This file is generated by jOOQ.
*/
package app.cash.backfila.client.jooq.gen.indexes
import app.cash.backfila.client.jooq.gen.tables.Widgets
import org.jooq.Index
import org.jooq.impl.DSL
import org.jooq.impl.Internal
// -------------------------------------------------------------------------
// INDEX definitions
// -------------------------------------------------------------------------
val WIDGETS_MANUFACTURER_CREATED_AT: Index = Internal.createIndex(DSL.name("manufacturer_created_at"), Widgets.WIDGETS, arrayOf(Widgets.WIDGETS.MANUFACTURER_TOKEN, Widgets.WIDGETS.CREATED_AT_MS), false)