Skip to content

Commit

Permalink
Fix API usage for latest trasco.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 24, 2024
1 parent c883365 commit aa0d041
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -16,6 +16,7 @@

package com.io7m.mesquida.internal.database;

import com.io7m.trasco.api.TrArguments;
import com.io7m.trasco.api.TrEventExecutingSQL;
import com.io7m.trasco.api.TrEventType;
import com.io7m.trasco.api.TrEventUpgrading;
Expand Down Expand Up @@ -97,6 +98,7 @@ public static MDatabase open(
MDatabase::showEvent,
revisions,
configuration.upgrade() ? PERFORM_UPGRADES : FAIL_INSTEAD_OF_UPGRADING,
TrArguments.empty(),
connection
)
).execute();
Expand Down

0 comments on commit aa0d041

Please sign in to comment.