renamed database schemaCheck method to initialize
authorJustin Wind <justin.wind+git@gmail.com>
Thu, 5 Aug 2021 16:18:19 +0000 (09:18 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Thu, 5 Aug 2021 16:18:19 +0000 (09:18 -0700)
commit4f64b8910e1295207a42c757cb81c9b0e9ee3be2
tree4fd5da81af2d6389a1e8b6f5d6bfff37d8607b67
parent6013420158d848f6411a7210585d107191fc5ee7
renamed database schemaCheck method to initialize

As more functionality had been heaped onto this method, it's name was
updated to be more fitting.
server.js
src/db/base.js
src/db/postgres/index.js
test/src/db/base.js
test/src/db/integration.js
test/src/db/postgres.js
test/stub-db.js