mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 23:22:35 +02:00
fix: migration script
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
exports.up = async Parse => {
|
||||
const className = 'contracts_Document';
|
||||
const schema = new Parse.Schema(className);
|
||||
schema.addBoolean('FileAdapterId');
|
||||
schema.addString('FileAdapterId');
|
||||
return schema.update();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user