mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Create _grist_Attachments_fileIdent index in new docs
Summary: Patching up the mistake in https://phab.getgrist.com/D3374#inline-38023. Test Plan: this Reviewers: dsagal, paulfitz Reviewed By: dsagal, paulfitz Differential Revision: https://phab.getgrist.com/D3382
This commit is contained in:
@@ -148,7 +148,7 @@ export interface ISQLiteDB {
|
||||
* SQLiteDB.openDB(): Opens a DB, and initialize or migrate it to correct schema.
|
||||
* db.execTransaction(cb): Runs a callback in the context of a new DB transaction.
|
||||
*/
|
||||
export class SQLiteDB {
|
||||
export class SQLiteDB implements ISQLiteDB {
|
||||
/**
|
||||
* Opens a database or creates a new one, according to OpenMode enum. The schemaInfo specifies
|
||||
* how to initialize a new database, and how to migrate an existing one from an older version.
|
||||
|
||||
Reference in New Issue
Block a user