Skip to content

Commit 7ad57ec

Browse files
committed
fix: added notes column
1 parent 3cac325 commit 7ad57ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

migrations/umzug/migrations/20250411182312-copilot_opportunity_apply.js

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ module.exports = {
2323
onUpdate: 'CASCADE',
2424
onDelete: 'SET NULL',
2525
},
26+
notes: {
27+
type: Sequelize.TEXT,
28+
allowNull: true,
29+
},
2630
deletedAt: {
2731
type: Sequelize.DATE,
2832
allowNull: true,

0 commit comments

Comments
 (0)