Skip to content

Commit ab78d6f

Browse files
committed
fix: migration script
1 parent f31721e commit ab78d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/2021-04-10-work-period-payment-table-create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config = require('config')
66

77
module.exports = {
88
up: async (queryInterface, Sequelize) => {
9-
await queryInterface.createTable('work_period_payment', {
9+
await queryInterface.createTable('work_period_payments', {
1010
id: {
1111
type: Sequelize.UUID,
1212
primaryKey: true,

0 commit comments

Comments
 (0)