Module migrations

Source
Expand description

Migrations for the zcash_client_sqlite wallet database.

The constants in this module cover all states of the migration DAG that have been exposed in a public crate release, in the order that crate users would have encountered them.

Omitted versions had the same migration state as the first prior version that is included.

Constantsยง

V_0_4_0
Leaf migrations in the 0.4.0 release.
V_0_6_0
Leaf migrations in the 0.6.0 release.
V_0_8_0
Leaf migrations in the 0.8.0 release.
V_0_9_0
Leaf migrations in the 0.9.0 release.
V_0_10_0
Leaf migrations in the 0.10.0 release.
V_0_10_3
Leaf migrations in the 0.10.3 release.
V_0_11_0
Leaf migrations in the 0.11.0 release.
V_0_11_1
Leaf migrations in the 0.11.1 release.
V_0_11_2
Leaf migrations in the 0.11.2 release.
V_0_12_0
Leaf migrations in the 0.12.0 release.
V_0_13_0
Leaf migrations in the 0.13.0 release.
V_0_14_0
Leaf migrations in the 0.14.0 release.
V_0_15_0
Leaf migrations in the 0.15.0 release.