From efc2957ede06f82590db7ef6a1ed1135f75594d9 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 28 Feb 2017 14:33:02 +0000 Subject: [PATCH] Updated Design: Version Control (markdown) --- Design:-Version-Control.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Design:-Version-Control.md b/Design:-Version-Control.md index 71649a0..2906361 100644 --- a/Design:-Version-Control.md +++ b/Design:-Version-Control.md @@ -140,14 +140,14 @@ By default, the `localfilesystem` implementation should be entirely file based. - the base flow/credential files remain unchanged to how they work today - a new directory structure is created alongside the flow file: - my-flows.json - my-flows_cred.json - .my-flows_history/ - log.json - 0.my-flows.json - 0.my-flows_cred.json - 1.my-flows.json - 1.my-flows_cred.json + my-flows.json + my-flows_cred.json + .my-flows_history/ + log.json + 0.my-flows.json + 0.my-flows_cred.json + 1.my-flows.json + 1.my-flows_cred.json The `._history` directory contains the history of flow files; each prefixed with its version id.