-
Notifications
You must be signed in to change notification settings - Fork 2
Fix stepper #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix stepper #293
Conversation
Capture.video.du.20-01-2026.17.45.59.webm |
| export const modelComponentsTable = { | ||
| name: "model_components", | ||
| schema: "[id+geode_id], viewer_id, type, name, created_at", | ||
| schema: "[id+geode_id], [id+type], viewer_id, type, name, created_at", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ca implique quoi ca ? on a plusieurs compound index ? c'est possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui, on a plusieurs compound index.C’est supporté par Dexie et ils sont utilisés indépendamment selon les requêtes
|
🎉 This PR is included in version 10.2.1-rc.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.