mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 11:09:10 -05:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user