mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
fix: correct a small spelling mistake (#2081)
This commit is contained in:
parent
cf6a606d74
commit
f4427dd29e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ func NewHeadscaleDatabase(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only run automigrate Route table if it does not exist. It has only been
|
// Only run automigrate Route table if it does not exist. It has only been
|
||||||
// changed ones, when machines where renamed to nodes, which is covered
|
// changed once, when machines where renamed to nodes, which is covered
|
||||||
// further up. This whole initial integration is a mess and if AutoMigrate
|
// further up. This whole initial integration is a mess and if AutoMigrate
|
||||||
// is ran on a 0.22 to 0.23 update, it will wipe all the routes.
|
// is ran on a 0.22 to 0.23 update, it will wipe all the routes.
|
||||||
if tx.Migrator().HasTable(&types.Route{}) && tx.Migrator().HasTable(&types.Node{}) {
|
if tx.Migrator().HasTable(&types.Route{}) && tx.Migrator().HasTable(&types.Node{}) {
|
||||||
|
|
Loading…
Reference in a new issue