Dunitz/db setup (#1619)

* initial database setup
This commit is contained in:
Madison Dunitz
2020-08-03 17:54:06 -05:00
committed by GitHub
parent 8bbc183647
commit f632a8db91
13 changed files with 278 additions and 5 deletions

View File

@@ -60,6 +60,11 @@ smoke-test:
smoke-test-annotations:
cd client && $(MAKE) smoke-test-annotations
.PHONY: test-db
test-db:
cd server && $(MAKE) test-db
# FORMATTING CODE
.PHOHY: fmt