diff --git a/src/main/resources/db/migration/V11__db_training_run_sandbox_allocation_id.sql b/src/main/resources/db/migration/V11__db_training_run_sandbox_allocation_id.sql
index 3a60cd13f5ef2e14e61fc9c8a6f3bbde5da9427d..9aa9b61269601dbe6de7afb8c981125b273f5cbb 100644
--- a/src/main/resources/db/migration/V11__db_training_run_sandbox_allocation_id.sql
+++ b/src/main/resources/db/migration/V11__db_training_run_sandbox_allocation_id.sql
@@ -1 +1 @@
-alter table training_run add column sandbox_allocation_id int8;
+alter table training_run add column sandbox_instance_allocation_id int8;