diff options
| author | Ahmad Mujahid <55625580+AhmadMuj@users.noreply.github.com> | 2024-04-11 15:29:51 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 14:29:51 +0300 |
| commit | be622e5594ecb21c82bb6066a82c86e0917bcc35 (patch) | |
| tree | e77973630b30bb5d51abc2ade6993c523a8413b9 /packages/db/drizzle/meta/_journal.json | |
| parent | 2806701318dff77b10a5574d4b26ef6032f6b9bc (diff) | |
| download | karakeep-be622e5594ecb21c82bb6066a82c86e0917bcc35.tar.zst | |
feature: Add PDF support (#88)
* feature: Add PDF support
* fix: PDF feature enhancements
* fix: Freeze expo-share-intent version to prevent breaking changes
* fix: set endOfLine to auto for cross-platform development
* fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues
* fix: enhancing PDF feature
* fix: Allowing null in fiename for backward compatibility
* fix: update pnpm file with pnpm 9.0.0-alpha-8
* fix:(web): PDF Preview for web
Diffstat (limited to 'packages/db/drizzle/meta/_journal.json')
| -rw-r--r-- | packages/db/drizzle/meta/_journal.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/db/drizzle/meta/_journal.json b/packages/db/drizzle/meta/_journal.json index dea7feb2..a008e5dd 100644 --- a/packages/db/drizzle/meta/_journal.json +++ b/packages/db/drizzle/meta/_journal.json @@ -106,6 +106,20 @@ "when": 1711767601057, "tag": "0014_lonely_thaddeus_ross", "breakpoints": true + }, + { + "idx": 15, + "version": "5", + "when": 1712584035880, + "tag": "0015_first_reavers", + "breakpoints": true + }, + { + "idx": 16, + "version": "5", + "when": 1712610210210, + "tag": "0016_shallow_rawhide_kid", + "breakpoints": true } ] }
\ No newline at end of file |
