@@ -0,0 +1,12 @@
build: db.sqlite3
go build dbtest.go
run: db.sqlite3
go run dbtest.go
db.sqlite3: migrations/*.sql
cat migrations/*.sql | sqlite3 db.sqlite3
all: build db.sqlite3
.PHONY: all build run
The note is not visible to the blocked user.