Skip to content

Commit

Permalink
chore: change table name for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
elucidsoft committed Nov 12, 2024
1 parent 14ba65e commit 98a6632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/migrations/092_partition.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.up = (pgm) => {
pgm.createTable(
't1',
't_partition',
{
id: 'id',
string: { type: 'text', notNull: true },
Expand Down

0 comments on commit 98a6632

Please sign in to comment.