Skip to content

Commit

Permalink
fix: migrations issue (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara authored Sep 24, 2024
1 parent 2078105 commit a348302
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Entity, PrimaryColumn } from "typeorm";

@Entity("bundle_executions")
@Entity("bundle_executions", { synchronize: false })
export class RootBundleExecutedJoinTable {
@PrimaryColumn()
bundleId: number;
Expand Down

0 comments on commit a348302

Please sign in to comment.