Merge pull request #564 from Oloodi/493-implement-rapid-order-creation-voice-text-in-client-mobile-app

Improved Benefit screen and improved UX of worker and client homepages
This commit is contained in:
Achintha Isuru
2026-03-03 23:41:39 -05:00
committed by GitHub
51 changed files with 1913 additions and 1364 deletions

View File

@@ -1,5 +1,5 @@
specVersion: "v1"
serviceId: "krow-workforce-db"
serviceId: "krow-workforce-db-validation"
location: "us-central1"
schema:
source: "./schema"
@@ -7,7 +7,7 @@ schema:
postgresql:
database: "krow_db"
cloudSql:
instanceId: "krow-sql"
instanceId: "krow-sql-validation"
# schemaValidation: "STRICT" # STRICT mode makes Postgres schema match Data Connect exactly.
# schemaValidation: "COMPATIBLE" # COMPATIBLE mode makes Postgres schema compatible with Data Connect.
connectorDirs: ["./connector"]