sql/update: Fix typo

This commit is contained in:
Tom Wiesing 2023-01-05 12:34:19 +01:00
parent d34e85a18f
commit 6bf6d3a8f5
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -91,7 +91,7 @@ func (sql *SQL) Update(ctx context.Context, progress io.Writer) error {
{
"metadata",
&models.Metadatum{},
models.GrantTable,
models.MetadataTable,
},
{
"snapshot",