Skip to content

Commit 6a4124f

Browse files
fix: migration script
1 parent 761f81d commit 6a4124f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSignServer/databases/migrations/20241004104551-fileadapterId_doccls.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
exports.up = async Parse => {
66
const className = 'contracts_Document';
77
const schema = new Parse.Schema(className);
8-
schema.addBoolean('FileAdapterId');
8+
schema.addString('FileAdapterId');
99
return schema.update();
1010
};
1111

0 commit comments

Comments
 (0)