Files
lawnchair/tests/res/raw/db_schema_v10.json
Sunny Goyal 05f30889d6 Adding support for DB downgrade
Adding a schema file for handling DB downgrade. This schema file is part of
the backup/restore set, and hence is available on a device with lower app version.

Bug: 37257575
Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0
2017-05-09 12:59:04 -07:00

4 lines
45 B
JSON

{
"version" : 10,
"downgrade_to_9" : []
}