Skip to content

Commit

Permalink
Set default count to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jul 16, 2024
1 parent 6ea649a commit a96386a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20240716-add-blueprints-count.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER TABLE "pings" ADD COLUMN "platform.counts.blueprints" integer;
ALTER TABLE "pings" ADD COLUMN "platform.counts.blueprints" integer DEFAULT 0;

0 comments on commit a96386a

Please sign in to comment.