track topic update history
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 23 Feb 2022 23:09:47 +0000 (15:09 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Wed, 23 Feb 2022 23:09:47 +0000 (15:09 -0800)
commitf793d88a96b9495172f5dd0c342f2036c902902d
treefeedd8935af463bc686854edf5a9df2f52dd139e
parentf97144a77f0ee18efa4b5f0290d030baa2757044
track topic update history
src/db/postgres/index.js
src/db/postgres/sql/schema/1.0.3/apply.sql [new file with mode: 0644]
src/db/postgres/sql/schema/1.0.3/revert.sql [new file with mode: 0644]
src/db/postgres/sql/topic-set-content-history.sql [new file with mode: 0644]
src/db/sqlite/index.js
src/db/sqlite/sql/schema/1.0.3/apply.sql [new file with mode: 0644]
src/db/sqlite/sql/schema/1.0.3/revert.sql [new file with mode: 0644]
src/db/sqlite/sql/topic-set-content-history.sql [new file with mode: 0644]
test/src/db/postgres.js
test/src/db/sqlite.js