fix database type overwritten by the family type#162
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe exportDatabases logic now records an Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| 'name' => $database['name'], | ||
| 'createdAt' => $database['$createdAt'], | ||
| 'updatedAt' => $database['$updatedAt'], | ||
| 'enabled' => $database['enabled'] ?? true, |
| 'permissions' => $table['$permissions'], | ||
| 'createdAt' => $table['$createdAt'], | ||
| 'updatedAt' => $table['$updatedAt'], | ||
| 'enabled' => $table['enabled'] ?? true, |
Summary by CodeRabbit