Artaza Sameen
Artaza Sameen
## Feature Description Send an extra filed in the event payload, this field will be called something like `progress_speed`. Will be used by the frontend to show the download or...
feature [#1784](https://github.com/tauri-apps/plugins-workspace/issues/1784)
### Feature Description I have a STORED generated column in PostgreSQL ```javascript @Column({ name: "is_opening_adjustment", type: "boolean", generatedType: "STORED", nullable: false, asExpression: ` workspace_transaction_id IS NULL AND bill_id IS NULL...