All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.app.cash.backfila.client.jooq.gen.indexes.Indexes.kt Maven / Gradle / Ivy

Go to download

Backfila is a service that manages backfill state, calling into other services to do batched work.

There is a newer version: 2024.10.28.205607-fab304f
Show newest version
/*
 * 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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy