We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d52944 commit c29731dCopy full SHA for c29731d
datastore_test.go
@@ -75,7 +75,7 @@ func newDS(t *testing.T, withPool bool) (*Datastore, func()) {
75
if err != nil {
76
t.Fatal(err)
77
}
78
- _, err = conn.Exec(context.Background(), "CREATE TABLE IF NOT EXISTS blocks (key TEXT NOT NULL UNIQUE, data BYTEA NOT NULL)")
+ _, err = conn.Exec(context.Background(), "CREATE TABLE IF NOT EXISTS blocks (key TEXT NOT NULL UNIQUE, data BYTEA)")
79
80
81
0 commit comments