feat: syncQueue model

This commit is contained in:
akshayitzme
2025-05-30 15:58:08 +05:30
committed by AbleKSaju
parent 22bc8322ae
commit 1370c82ab2
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ export const sqliteTypeMap: Record<string, KnexColumnType> = {
Time: 'time',
Text: 'text',
Data: 'text',
Secret: 'text',
Link: 'text',
DynamicLink: 'text',
Password: 'text',