Create a table where the operations are stored and allow quick query by the operation type.
https://linear.app/comm/issue/ENG-10333/create-sqlite-table-and-queries
Differential D14447
[native] Create table and queries for DMOperations tomek on Mon, Mar 17, 6:47 AM. Authored by
Details Create a table where the operations are stored and allow quick query by the operation type. https://linear.app/comm/issue/ENG-10333/create-sqlite-table-and-queries Tested the whole stack on both native and web:
unshimDMOperations( state, dmOperationTypes.CREATE_THREAD, handleReduxMigrationFailure, ): MigrationFunction<WebNavInfo, AppState>),
Additionally, tested the migration on native by removing the table from the code that creates the DB, bumping the version to make sure that the migration is run, and adding some code in JS that queries the table.
Diff Detail
Event Timeline |