File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ mode = "file"
18
18
path = " /dev/stdout"
19
19
if_exists = " append"
20
20
21
- # TODO: Uncomment the following lines to enable automatic schema
22
- # migration on boot.
23
- #
24
- # [schema]
25
- # schema_dir = "/var/nexus/schema/crdb"
21
+ # This allows Nexus to see the CRDB schema, and apply schema updates when it
22
+ # boots.
23
+ [schema ]
24
+ schema_dir = " /var/nexus/schema/crdb"
26
25
27
26
[background_tasks ]
28
27
dns_internal.period_secs_config = 60
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ mode = "file"
18
18
path = " /dev/stdout"
19
19
if_exists = " append"
20
20
21
- # TODO: Uncomment the following lines to enable automatic schema
22
- # migration on boot.
23
- #
24
- # [schema]
25
- # schema_dir = "/var/nexus/schema/crdb"
21
+ # This allows Nexus to see the CRDB schema, and apply schema updates when it
22
+ # boots.
23
+ [schema ]
24
+ schema_dir = " /var/nexus/schema/crdb"
26
25
27
26
[background_tasks ]
28
27
dns_internal.period_secs_config = 60
You can’t perform that action at this time.
0 commit comments