Skip to content
Snippets Groups Projects
Commit a65585ec authored by gnaegi's avatar gnaegi
Browse files

Merge with 9fa70289f51e342b565eb2bbaa48d959d015c123

parents c6ac5780 eb9a990f
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment