storj/satellite/satellitedb/dbx/satellitedb.dbx.sqlite3.sql
Michal Niewrzal 44a6cfa1c1
Initial satellite master database setup (#735)
* Initial satellite master database setup

* fixed unsed ctx and /nolint added for temp change

* tests for two db drivers + connection param renamed
2018-12-05 10:35:50 +01:00

7 lines
128 B
SQL

-- AUTOGENERATED BY gopkg.in/spacemonkeygo/dbx.v1
-- DO NOT EDIT
CREATE TABLE tests (
id BLOB NOT NULL,
PRIMARY KEY ( id )
);