Skip to content

Commit 5ac2a16

Browse files
author
himaniraghav3
committed
Fix migration script
1 parent 561906e commit 5ac2a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/umzug/migrations/20250417160549-add_copilotOpportunityId_to_request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
up: async (queryInterface, Sequelize) => {
33
await queryInterface.addColumn('copilot_requests', 'copilotOpportunityId', {
44
type: Sequelize.BIGINT,
5-
allowNull: false,
5+
allowNull: true,
66
references: {
77
model: 'copilot_opportunities',
88
key: 'id',

0 commit comments

Comments
 (0)