Rename file

This commit is contained in:
2024-06-14 23:07:03 -04:00
parent b7f9a3e459
commit 7859a47f53
3 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
build: db.sqlite3
go build dbtest.go
go build db-access.go
run: db.sqlite3
go run dbtest.go
go run db-access.go
db.sqlite3: migrations/*.sql
cat migrations/*.sql | sqlite3 db.sqlite3