chore(misc): api doc dates and db changes
This commit is contained in:
@@ -16,10 +16,10 @@ headers {
|
|||||||
|
|
||||||
body:json {
|
body:json {
|
||||||
{
|
{
|
||||||
"name": "Bowling Green 1",
|
"name": "Dayton",
|
||||||
"serverDNS": "USBOW1VS006",
|
"serverDNS": "USDAY1VS006",
|
||||||
"plantToken": "usbow1",
|
"plantToken": "usday1",
|
||||||
"ipAddress": "10.25.0.26",
|
"ipAddress": "10.44.0.26",
|
||||||
"greatPlainsPlantCode": 55,
|
"greatPlainsPlantCode": 55,
|
||||||
"lstServerPort": 4000,
|
"lstServerPort": 4000,
|
||||||
"serverLoc": "E$\\LST"
|
"serverLoc": "E$\\LST"
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
meta {
|
||||||
|
name: RFID Trigger
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
url: {{url}}/lst/old/api/rfid/manualtrigger/wrapper1
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
settings {
|
||||||
|
encodeUrl: true
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
meta {
|
||||||
|
name: RFID
|
||||||
|
seq: 3
|
||||||
|
}
|
||||||
|
|
||||||
|
auth {
|
||||||
|
mode: inherit
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
vars {
|
vars {
|
||||||
url: https://usbet1prod.alpla.net
|
url: http://localhost:5500
|
||||||
session_cookie:
|
session_cookie:
|
||||||
urlv2: http://localhost:3000
|
urlv2: http://localhost:3000
|
||||||
jwtV2:
|
jwtV2:
|
||||||
|
|||||||
1
migrations/0027_special_harpoon.sql
Normal file
1
migrations/0027_special_harpoon.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
ALTER TABLE "forecast_Data" RENAME COLUMN "request_date" TO "requirement_date";
|
||||||
1733
migrations/meta/0026_snapshot.json
Normal file
1733
migrations/meta/0026_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
1733
migrations/meta/0027_snapshot.json
Normal file
1733
migrations/meta/0027_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -183,6 +183,20 @@
|
|||||||
"when": 1761830426770,
|
"when": 1761830426770,
|
||||||
"tag": "0025_foamy_mattie_franklin",
|
"tag": "0025_foamy_mattie_franklin",
|
||||||
"breakpoints": true
|
"breakpoints": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idx": 26,
|
||||||
|
"version": "7",
|
||||||
|
"when": 1761938410811,
|
||||||
|
"tag": "0026_heavy_robin_chapel",
|
||||||
|
"breakpoints": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idx": 27,
|
||||||
|
"version": "7",
|
||||||
|
"when": 1761938877395,
|
||||||
|
"tag": "0027_special_harpoon",
|
||||||
|
"breakpoints": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user