Re-run expose entities migration if first time failed (#92564)
* Re-run expose entities migration if first time failed * Count number of exposed entities * Add tests --------- Co-authored-by: Erik <erik@montnemery.com>
This commit is contained in:
parent
6f3c9324ac
commit
19dcc8c88f
5 changed files with 219 additions and 6 deletions
|
@ -41,8 +41,8 @@ STORAGE_KEY = DOMAIN
|
|||
STORAGE_VERSION = 1
|
||||
STORAGE_VERSION_MINOR = 2
|
||||
|
||||
ALEXA_SETTINGS_VERSION = 2
|
||||
GOOGLE_SETTINGS_VERSION = 2
|
||||
ALEXA_SETTINGS_VERSION = 3
|
||||
GOOGLE_SETTINGS_VERSION = 3
|
||||
|
||||
|
||||
class CloudPreferencesStore(Store):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue