Skip to content

Commit 9bc6929

Browse files
authored
Merge pull request #1008 from Project-MONAI/nds-addAccessionId
adding statupVersion to see it that run migrations in dev
2 parents 746fad5 + 9de16b7 commit 9bc6929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/WorkflowManager/Contracts/Models/Payload.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
namespace Monai.Deploy.WorkflowManager.Common.Contracts.Models
2929
{
30-
[CollectionLocation("Payloads"), RuntimeVersion("1.0.7")]
30+
[CollectionLocation("Payloads"), RuntimeVersion("1.0.7"), StartUpVersion("1.0.7")]
3131
public class Payload : IDocument
3232
{
3333
[JsonConverter(typeof(DocumentVersionConvert)), BsonSerializer(typeof(DocumentVersionConverBson))]

src/WorkflowManager/Contracts/Models/WorkflowRevision.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Monai.Deploy.WorkflowManager.Common.Contracts.Models
2525
{
26-
[CollectionLocation("Workflows"), RuntimeVersion("1.0.4")]
26+
[CollectionLocation("Workflows"), RuntimeVersion("1.0.4"), StartUpVersion("1.0.4")]
2727
public class WorkflowRevision : ISoftDeleteable, IDocument
2828
{
2929
[BsonId]

0 commit comments

Comments
 (0)