Renamed SharedNode to SharedMachine
This commit is contained in:
parent
75a342f96e
commit
2780623076
4 changed files with 8 additions and 8 deletions
2
db.go
2
db.go
|
|
@ -44,7 +44,7 @@ func (h *Headscale) initDB() error {
|
|||
return err
|
||||
}
|
||||
|
||||
err = db.AutoMigrate(&SharedNode{})
|
||||
err = db.AutoMigrate(&SharedMachine{})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue