Rename file
This commit is contained in:
parent
b7f9a3e459
commit
7859a47f53
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
db.sqlite3
|
db.sqlite3
|
||||||
dbtest
|
db-access
|
||||||
|
|||||||
4
Makefile
4
Makefile
@ -1,8 +1,8 @@
|
|||||||
build: db.sqlite3
|
build: db.sqlite3
|
||||||
go build dbtest.go
|
go build db-access.go
|
||||||
|
|
||||||
run: db.sqlite3
|
run: db.sqlite3
|
||||||
go run dbtest.go
|
go run db-access.go
|
||||||
|
|
||||||
db.sqlite3: migrations/*.sql
|
db.sqlite3: migrations/*.sql
|
||||||
cat migrations/*.sql | sqlite3 db.sqlite3
|
cat migrations/*.sql | sqlite3 db.sqlite3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user