1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Version Control (markdown)

Nick O'Leary 2017-02-28 14:33:02 +00:00
parent 6348b17813
commit efc2957ede

@ -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 `.<file>_history` directory contains the history of flow files; each prefixed
with its version id.