Skip to content

Commit

Permalink
Stop loading triggers for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Jun 10, 2023
1 parent bce61cf commit e6d8dfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/LedgerSMB/Database.pm
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ sub load_base_schema {
die 'Base schema failed to load'
if ! $success;

$self->_load_module($dbh, 'triggers.sql');

if (opendir(LOADDIR, "$self->{source_dir}/on_load")) {
while (my $fname = readdir(LOADDIR)) {
$self->run_file(
Expand Down

0 comments on commit e6d8dfb

Please sign in to comment.