forked from Ivasoft/mattermost-mobile
[Gekidou] Typings & PostMetadata structure (#5542)
* Typings & PostMetadata structure * comment out unused code * Remove duplicate interface * Fix getPreferenceAsBool defaultValue
This commit is contained in:
@@ -12,6 +12,5 @@ export default tableSchema({
|
||||
columns: [
|
||||
{name: 'data', type: 'string'},
|
||||
{name: 'post_id', type: 'string', isIndexed: true},
|
||||
{name: 'type', type: 'string'},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -208,12 +208,10 @@ describe('*** Test schema for SERVER database ***', () => {
|
||||
columns: {
|
||||
data: {name: 'data', type: 'string'},
|
||||
post_id: {name: 'post_id', type: 'string', isIndexed: true},
|
||||
type: {name: 'type', type: 'string'},
|
||||
},
|
||||
columnArray: [
|
||||
{name: 'data', type: 'string'},
|
||||
{name: 'post_id', type: 'string', isIndexed: true},
|
||||
{name: 'type', type: 'string'},
|
||||
],
|
||||
},
|
||||
[POST]: {
|
||||
|
||||
Reference in New Issue
Block a user