data provider: add a setting to prevent auto-update

This commit is contained in:
Nicola Murino
2020-10-05 19:42:33 +02:00
parent 0ef826c090
commit c992072286
13 changed files with 71 additions and 47 deletions

View File

@@ -671,5 +671,5 @@ func (p MemoryProvider) initializeDatabase() error {
}
func (p MemoryProvider) migrateDatabase() error {
return nil
return ErrNoInitRequired
}