@tailor-platform/sdk 1.73.0 → 1.73.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/application-BXdCl6bp.mjs +3 -0
- package/dist/{application-Dxhdq_nu.mjs → application-Bb9NNp5m.mjs} +34 -10
- package/dist/application-Bb9NNp5m.mjs.map +1 -0
- package/dist/cli/commands/tailordb/migrate/diff-calculator.d.mts +14 -2
- package/dist/cli/index.mjs +17 -17
- package/dist/cli/index.mjs.map +1 -1
- package/dist/cli/lib.mjs +2 -2
- package/dist/completion/zsh-worker.zsh +1 -1
- package/dist/configure/index.mjs.map +1 -1
- package/dist/configure/services/workflow/job.d.mts +3 -3
- package/dist/configure/services/workflow/wait-point.d.mts +3 -3
- package/dist/job-CtU73PGa.mjs.map +1 -1
- package/dist/{runtime-CEFC05qX.mjs → runtime-B8O6JFS2.mjs} +674 -129
- package/dist/runtime-B8O6JFS2.mjs.map +1 -0
- package/docs/services/tailordb-migration.md +2 -0
- package/package.json +1 -1
- package/dist/application-BhRnH42h.mjs +0 -3
- package/dist/application-Dxhdq_nu.mjs.map +0 -1
- package/dist/runtime-CEFC05qX.mjs.map +0 -1
|
@@ -275,6 +275,8 @@ Namespace: tailordb
|
|
|
275
275
|
- Field 'email': required: remote=false, expected=true
|
|
276
276
|
```
|
|
277
277
|
|
|
278
|
+
The error also points you at `migration status`, `migration generate`, `migration sync`, and `migration set` — see [Remote schema drift detected](#remote-schema-drift-detected) for which one applies.
|
|
279
|
+
|
|
278
280
|
To bypass both checks (not recommended outside of recovery scenarios):
|
|
279
281
|
|
|
280
282
|
```bash
|
package/package.json
CHANGED