Skip to content

Commit

Permalink
Revert "style: format"
Browse files Browse the repository at this point in the history
This reverts commit 787263d.
  • Loading branch information
carlosvdr committed Sep 18, 2024
1 parent 87cdd22 commit 6ae358e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ export async function up({ context }: Context): Promise<void> {
type: DataTypes.DECIMAL(20),
allowNull: false,
},
error_log: {
error_log:{
type: DataTypes.TEXT,
allowNull: false,
},
}
})
}

Expand Down

0 comments on commit 6ae358e

Please sign in to comment.