2018-07-27 22:11:44 +01:00
|
|
|
// Copyright (C) 2018 Storj Labs, Inc.
|
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
|
|
|
package statdb
|
|
|
|
|
2018-11-09 21:01:51 +00:00
|
|
|
//go:generate dbx.v1 schema -d postgres -d sqlite3 statdb.dbx .
|
|
|
|
//go:generate dbx.v1 golang -d postgres -d sqlite3 statdb.dbx .
|