Home
last modified time | relevance | path

Searched refs:AddIndexMigration (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/migrator/
H A Dmigrations.go111 type AddIndexMigration struct { struct
117 func NewAddIndexMigration(table Table, index *Index) *AddIndexMigration {
118 m := &AddIndexMigration{tableName: table.Name, index: index}
123 func (m *AddIndexMigration) Table(tableName string) *AddIndexMigration { argument
128 func (m *AddIndexMigration) SQL(dialect Dialect) string { argument
/dports/www/osticket/upload/include/upgrader/streams/core/
H A De7038ce9-ddbe2e76.task.php7 class AddIndexMigration extends MigrationTask { class