File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 13061306; the future.
13071307; db.no-rev-log-amt-data=false
13081308
1309+ ; If set to true, native SQL will be used instead of KV emulation for tables
1310+ ; that support it already. Note: this is an experimental feature, use at your
1311+ ; own risk.
1312+ ; db.use-native-sql=false
1313+
13091314
13101315[etcd]
13111316
14011406; Example:
14021407; db.postgres.maxconnections=
14031408
1409+ ; Whether to skip executing schema migrations.
1410+ ; db.postgres.skipmigrations=false
1411+
14041412
14051413[sqlite]
14061414
14251433; db.sqlite.pragmaoptions=auto_vacuum=incremental
14261434; db.sqlite.pragmaoptions=temp_store=MEMORY
14271435
1436+ ; Whether to skip executing schema migrations.
1437+ ; db.sqlite.skipmigrations=false
14281438
14291439[bolt]
14301440
You can’t perform that action at this time.
0 commit comments