Skip to content

Commit

Permalink
Merge pull request #28 from FlowFuse/knolleary-patch-1
Browse files Browse the repository at this point in the history
Add counts.blueprints
  • Loading branch information
knolleary authored Jul 17, 2024
2 parents 85f69ec + a96386a commit 90b2d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/20240716-add-blueprints-count.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "pings" ADD COLUMN "platform.counts.blueprints" integer DEFAULT 0;

1 change: 1 addition & 0 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const optionalProperties = [
'platform.counts.projectSnapshots',
'platform.counts.projectTemplates',
'platform.counts.projectStacks',
'platform.counts.blueprints',
'platform.config.driver',
'platform.config.broker.enabled',
'platform.config.fileStore.enabled',
Expand Down

0 comments on commit 90b2d0c

Please sign in to comment.