feat(new command): helper command to remove as non reusable pallets
This commit is contained in:
@@ -222,6 +222,20 @@ const newSettings = [
|
||||
serviceBelowsTo: "dm",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
{
|
||||
name: "scannerID",
|
||||
value: `500`,
|
||||
description: "What scanner id will we be using for the app",
|
||||
serviceBelowsTo: "logistics",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
{
|
||||
name: "scannerPort",
|
||||
value: `50002`,
|
||||
description: "What port instance will we be using?",
|
||||
serviceBelowsTo: "logistics",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
// temp settings can be deleted at a later date once that code is removed
|
||||
{
|
||||
name: "siloAdjMigrations",
|
||||
|
||||
Reference in New Issue
Block a user