mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 08:18:07 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
// +build ql
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golang-migrate/migrate/v4/database/ql"
|
|
)
|