verifications will not be processed until their topic is active
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 23 Aug 2021 21:56:09 +0000 (14:56 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 23 Aug 2021 22:00:14 +0000 (15:00 -0700)
commit009a27af38e750695d11e6699c1d20928ed5f73d
tree2f4fc8b5026b2710742b6e7702abd96892b45ca7
parenta0d01a7dbd5ff438095980c491ddc548ee29e96a
verifications will not be processed until their topic is active

Updates db schema to 1.0.1, replaces the view of needed verification
work.
src/db/postgres/index.js
src/db/postgres/sql/schema/1.0.0/apply.sql
src/db/postgres/sql/schema/1.0.1/apply.sql [new file with mode: 0644]
src/db/postgres/sql/schema/1.0.1/revert.sql [new file with mode: 0644]
src/db/sqlite/index.js
src/db/sqlite/sql/schema/1.0.1/apply.sql [new file with mode: 0644]
src/db/sqlite/sql/schema/1.0.1/revert.sql [new file with mode: 0644]