mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Design: Version Control (markdown)
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
|
- the base flow/credential files remain unchanged to how they work today
|
||||||
- a new directory structure is created alongside the flow file:
|
- a new directory structure is created alongside the flow file:
|
||||||
|
|
||||||
my-flows.json
|
my-flows.json
|
||||||
my-flows_cred.json
|
my-flows_cred.json
|
||||||
.my-flows_history/
|
.my-flows_history/
|
||||||
log.json
|
log.json
|
||||||
0.my-flows.json
|
0.my-flows.json
|
||||||
0.my-flows_cred.json
|
0.my-flows_cred.json
|
||||||
1.my-flows.json
|
1.my-flows.json
|
||||||
1.my-flows_cred.json
|
1.my-flows_cred.json
|
||||||
|
|
||||||
The `.<file>_history` directory contains the history of flow files; each prefixed
|
The `.<file>_history` directory contains the history of flow files; each prefixed
|
||||||
with its version id.
|
with its version id.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user