mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-25 03:00:48 -05:00
Cleanup connection state file to remove old legacy properties. Closes #3086
This commit is contained in:
@@ -293,7 +293,6 @@ func migrateLegacyFiles() error {
|
||||
}
|
||||
return error_helpers.CombineErrors(
|
||||
migrate.Migrate(&statefile.State{}, filepaths.LegacyStateFilePath()),
|
||||
migrate.Migrate(&steampipeconfig.ConnectionDataMap{}, filepaths.ConnectionStatePath()),
|
||||
migrate.Migrate(&versionfile.PluginVersionFile{}, filepaths.PluginVersionFilePath()),
|
||||
migrate.Migrate(&versionfile.DatabaseVersionFile{}, filepaths.DatabaseVersionFilePath()),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user