mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
data provider: add a setting to prevent auto-update
This commit is contained in:
@@ -671,5 +671,5 @@ func (p MemoryProvider) initializeDatabase() error {
|
||||
}
|
||||
|
||||
func (p MemoryProvider) migrateDatabase() error {
|
||||
return nil
|
||||
return ErrNoInitRequired
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user