[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
zachmu
2023-02-16 01:41:11 +00:00
parent 4c8ebd5f1f
commit 695666b60a

View File

@@ -66,7 +66,7 @@ func IsReadOnlySystemTable(name string) bool {
return HasDoltPrefix(name) && !set.NewStrSet(writeableSystemTables).Contains(name)
}
// IsNonAlterableSystemTable returns whether the table name given is a system table that cannot be dropped or altered
// IsNonAlterableSystemTable returns whether the table name given is a system table that cannot be dropped or altered
// by the user.
func IsNonAlterableSystemTable(name string) bool {
return IsReadOnlySystemTable(name) || strings.ToLower(name) == SchemasTableName