Skip to content

Commit

Permalink
Merge pull request #77 from CloudEcosystemDev/feat/add-source-field-t…
Browse files Browse the repository at this point in the history
…emplate

Add sourceTemplate field
  • Loading branch information
jorgerusso committed Jun 30, 2023
2 parents 483d5c3 + 2217b84 commit 0d3fc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ const flowTemplate = new Schema(
status: { type: String, default: 'draft' },
cron: { type: String },
flowSettings: {},
sourceTemplate: { type: mongoose.Types.ObjectId },
},
{ collection: 'flowTemplates', timestamps: true },
);
Expand Down
2 changes: 1 addition & 1 deletion services/template-repository/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "template-repository",
"version": "0.6.0",
"version": "0.7.0",
"description": "Holds reproducible templates which can be used to generate flows.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d3fc83

Please sign in to comment.