removed the legacy temp upgrade command

This commit is contained in:
Gani Georgiev
2023-05-17 18:39:15 +03:00
parent 472671fee1
commit a42ab6a205
2 changed files with 0 additions and 445 deletions
-1
View File
@@ -136,7 +136,6 @@ func NewWithConfig(config *Config) *PocketBase {
func (pb *PocketBase) Start() error {
// register system commands
pb.RootCmd.AddCommand(cmd.NewAdminCommand(pb))
pb.RootCmd.AddCommand(cmd.NewTempUpgradeCommand(pb))
pb.RootCmd.AddCommand(cmd.NewServeCommand(pb, !pb.hideStartBanner))
return pb.Execute()