{backup,snapshot}: Rename common code to export

This commit is contained in:
Tom Wiesing 2022-10-07 22:12:14 +02:00
parent b3a827e042
commit bf57c0d5a6
No known key found for this signature in database
14 changed files with 145 additions and 133 deletions

View file

@ -93,8 +93,8 @@ func (sql *SQL) Update(io stream.IOStream) error {
},
{
"snapshot",
&models.Snapshot{},
models.SnapshotTable,
&models.Export{},
models.ExportTable,
},
}