You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement UI (web version) of the schema diff. It can also show all lines of the schema on UI and the corresponding migration that introduced the change.
See the /rails/migrations route that already has UI for all migrations. Just add a nested page for this with a button "View schema" that leads to it from the entry-point page - /rails/migrations.
As a schema can be very long, add a filter that shows only specific table(s). Avoid any third-party dependencies to implement the search.
The text was updated successfully, but these errors were encountered:
ka8725
changed the title
Show schema diff on UI
Show schema on UI (Web)
Jan 30, 2025
Implement UI (web version) of the schema diff. It can also show all lines of the schema on UI and the corresponding migration that introduced the change.
See the
/rails/migrations
route that already has UI for all migrations. Just add a nested page for this with a button "View schema" that leads to it from the entry-point page -/rails/migrations
.As a schema can be very long, add a filter that shows only specific table(s). Avoid any third-party dependencies to implement the search.
The text was updated successfully, but these errors were encountered: