build: Add SQLite driver to depend target

This commit is contained in:
Felicitas Pojtinger
2021-12-20 01:50:11 +01:00
parent 07f7af284d
commit 092f8ed240
17 changed files with 4249 additions and 19 deletions

View 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)
}