forked from Ivasoft/mattermost-mobile
[Gekidou] fix database schema and models (#5553)
* fix database schema and models * fix types
This commit is contained in:
@@ -12,6 +12,5 @@ export default tableSchema({
|
||||
columns: [
|
||||
{name: 'earliest', type: 'number'},
|
||||
{name: 'latest', type: 'number'},
|
||||
{name: 'post_id', type: 'string', isIndexed: true},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user