* Fix #5678

* Revert "Fix #5678"

This reverts commit 106b6ddd9535da6ec323226c1b9ad649022aeb1e.

* revert #5627
This commit is contained in:
Diamond Lewis
2019-06-13 13:40:58 -05:00
committed by GitHub
parent 8b667cf048
commit 7590ee9799
5 changed files with 1 additions and 30 deletions

View File

@@ -25,8 +25,6 @@ export type FullQueryOptions = QueryOptions & UpdateQueryOptions;
export interface StorageAdapter {
canSortOnJoinTables: boolean;
databaseVersion: string;
engine: string;
classExists(className: string): Promise<boolean>;
setClassLevelPermissions(className: string, clps: any): Promise<void>;