aliasing can now move things around

This commit is contained in:
Priec
2026-08-15 09:17:32 +02:00
parent c3f5046c85
commit 6ef2694fef
9 changed files with 25 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ pub(crate) async fn load_page(
.find(|table| table.name == inputs.selection.table)
.map(|table| TableDetailView {
id: table.id,
row_version: table.row_version,
columns: table
.columns
.iter()