From eb9a990f16b31af5c786ecf04c09f4c6acdd8900 Mon Sep 17 00:00:00 2001
From: gnaegi <none@none>
Date: Tue, 9 Oct 2012 14:50:10 +0200
Subject: [PATCH] non-jira: wrong table in alter to inno type

---
 src/main/resources/database/mysql/alter_8_1_x_to_8_2_0.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/database/mysql/alter_8_1_x_to_8_2_0.sql b/src/main/resources/database/mysql/alter_8_1_x_to_8_2_0.sql
index 14b62086a67..172207a2c96 100644
--- a/src/main/resources/database/mysql/alter_8_1_x_to_8_2_0.sql
+++ b/src/main/resources/database/mysql/alter_8_1_x_to_8_2_0.sql
@@ -218,7 +218,7 @@ create table  if not exists o_ac_reservation (
    fk_resource bigint not null,
    primary key (reservation_id)
 );
-alter table o_ac_offer ENGINE = InnoDB;
+alter table o_ac_reservation ENGINE = InnoDB;
 
 -- add course database entry
 create table o_co_db_entry (
-- 
GitLab