- Add syncSchemas() API function calling /rpc/sync_all_schemas
- Add sync button in TablesGraph sidebar
- Show sync results per schema (ok, pending, error)
- Auto-reload current schema after successful sync
- Add CSS styles for sync button with spinning animation
- Add 'storage' to visible categories
Backend: PostgreSQL function infra.sync_all_schemas() syncs
tables and columns from gitea and architect databases via dblink.
HST and DECK remote sync pending configuration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add 'storage' category with orange color (#FF6F00)
- Split single relations checkbox into 3 separate checkboxes:
- FK (Foreign Key) - blue
- Ref (Reference) - orange
- Logical - gray dashed
- Each relation type can be toggled independently
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>