aliasing now move column position also

This commit is contained in:
Priec
2026-08-14 21:23:14 +02:00
parent 5792a1f533
commit c3f5046c85
17 changed files with 164 additions and 86 deletions

View File

@@ -36,7 +36,7 @@ pub(crate) fn router() -> Router<AppState> {
"/admin/tables/columns/builder",
post(logic::update_columns),
)
.route("/admin/tables/rename", post(logic::rename_column))
.route("/admin/tables/presentation", post(logic::set_column_presentation))
.route("/admin/tables/delete", get(logic::delete_page))
.route("/admin/tables/delete", post(logic::delete_table))
// Profile-scoped.