From 7c6af747ca039effe5b488c1024df8f45c0a01e4 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 28 Feb 2022 22:11:51 -0800 Subject: [PATCH] update progress on milestones --- content/pages/milestones/m1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/milestones/m1.md b/content/pages/milestones/m1.md index cc5efa6..9fa010d 100644 --- a/content/pages/milestones/m1.md +++ b/content/pages/milestones/m1.md @@ -6,9 +6,9 @@ Title: M1: Basic artifact storage - [X] Database schema for archive blobs - [X] SQL migration (using [sql-migrate](https://github.com/rubenv/sql-migrate)) - [X] Go package for archive blobs -- [ ] blob store +- [X] blob store - [ ] syncq -- [ ] CLI tool for inserting blobs +- [X] CLI tool for inserting blobs ### Artifacts - [ ] What does an artifact look like? Develop the data model.