[sync] perf: show field names in AI chat column-selection chips T5451#3477
[sync] perf: show field names in AI chat column-selection chips T5451#3477tea-artist wants to merge 1 commit into
Conversation
Synced from teableio/teable-ee@ea79f6c Co-authored-by: Aries X <caoxing9@gmail.com> Co-authored-by: Bieber <artist@teable.io> Co-authored-by: Boris <boris2code@outlook.com> Co-authored-by: Jocky Zhou <jocky@teable.ai> Co-authored-by: Jun Lu <hammond@teable.io> Co-authored-by: Pengap <penganpingprivte@gmail.com> Co-authored-by: SkyHuang <sky.huang.fe@gmail.com> Co-authored-by: Uno <uno@teable.ai> Co-authored-by: nichenqin <nichenqin@hotmail.com>
|
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e18bc7e488
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| CREATE UNIQUE INDEX IF NOT EXISTS "space_data_db_migration_job_active_space_id_key" | ||
| ON "space_data_db_migration_job"("space_id") | ||
| WHERE "state" IN ('pending', 'preflight', 'freezing_writes', 'copying', 'validating', 'switching'); |
There was a problem hiding this comment.
Include waiting_worker in active migration index
When two requests start a migration for the same space concurrently, both can pass the application-level active-job check before either insert commits. The new flow creates jobs directly in waiting_worker, and activeSpaceDataDbMigrationStates treats that as active, but this partial unique index does not include waiting_worker, so the database will allow duplicate active jobs until they are claimed and moved into freezing_writes/copying. Please recreate the active-space unique index to include waiting_worker after adding that enum value.
Useful? React with 👍 / 👎.
🧹 Preview Environment Cleanup
|
🔄 Automated sync from EE repository.
240 commit(s) synced since last sync.
Authors
Included commits
ai-agent-engineT5222 T3933 (Pengap)Latest source commit: teableio/teable-ee@ea79f6c
This PR was automatically created by the sync workflow.