Rename file

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

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
db.sqlite3
dbtest
db-access

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