From 4ededa9832871b09bf7e5db820e5f1b705f93e39 Mon Sep 17 00:00:00 2001 From: Jeremy Booker Date: Sun, 7 Sep 2025 18:41:03 -0400 Subject: [PATCH] Fix student_id column name in update 3.07 --- boost/updates/update_00.03.07.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost/updates/update_00.03.07.sql b/boost/updates/update_00.03.07.sql index b79fbd3e..0c76b0ed 100644 --- a/boost/updates/update_00.03.07.sql +++ b/boost/updates/update_00.03.07.sql @@ -1 +1 @@ -alter table intern_student_autocomplete alter column banner_id TYPE CHARACTER VARYING; \ No newline at end of file +alter table intern_student_autocomplete alter column student_id TYPE CHARACTER VARYING; \ No newline at end of file