build: Add SQLite driver to depend target
This commit is contained in:
12
internal/db/sqlite/models/metadata/sqlite3_suites_test.go
Normal file
12
internal/db/sqlite/models/metadata/sqlite3_suites_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Code generated by SQLBoiler 4.8.3 (https://github.com/volatiletech/sqlboiler). DO NOT EDIT.
|
||||
// This file is meant to be re-generated in place and/or deleted at any time.
|
||||
|
||||
package models
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestUpsert(t *testing.T) {
|
||||
t.Run("GorpMigrations", testGorpMigrationsUpsert)
|
||||
|
||||
t.Run("Headers", testHeadersUpsert)
|
||||
}
|
||||
Reference in New Issue
Block a user