[Gekidou] fix database schema and models (#5553)

* fix database schema and models

* fix types
This commit is contained in:
Elias Nahum
2021-07-20 15:24:42 -04:00
committed by GitHub
parent bd0f22fcd1
commit 324dbbd054
60 changed files with 781 additions and 554 deletions

View File

@@ -12,6 +12,5 @@ export default tableSchema({
columns: [
{name: 'earliest', type: 'number'},
{name: 'latest', type: 'number'},
{name: 'post_id', type: 'string', isIndexed: true},
],
});