Patrick Fic 932bbd8fde Resolve Report Center Issue.
(cherry picked from commit 76ea8ca2ed)
2021-12-08 15:14:50 -08:00
2021-12-01 14:33:27 -08:00
2021-05-31 13:56:54 -07:00
2021-12-08 15:14:50 -08:00
2021-05-31 13:56:54 -07:00
2021-12-03 17:39:58 -08:00
2021-10-29 11:18:17 -07:00
2021-12-08 09:25:55 -08:00
2021-02-25 19:39:00 -08:00
2021-12-03 17:39:58 -08:00
2021-12-03 14:40:31 -08:00
2021-05-11 16:23:49 -07:00
2021-11-15 10:36:41 -08:00
2021-12-03 14:40:31 -08:00

Yarn Dependency Management: To force upgrades for some packages: yarn upgrade-interactive --latest

To Start Hasura CLI: npx hasura console

Migrating to Staging: npx hasura migrate apply --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#' npx hasura migrate apply --endpoint https://db.test.bodyshop.app/ --admin-secret 'Test-ImEXOnlineBySnaptSoftware!'

NGROK TEsting: ./ngrok.exe http http://localhost:5000 -host-header="localhost:5000"

Finding deadfiles - run from client directory npx deadfile ./src/index.js --exclude build templates

#Crushing all hasura migrations by creating a new initialization from the server. hasura migrate create "Init" --from-server --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#' hasura migrate apply --version "1620771761757" --skip-execution --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#' hasura migrate status --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#'

Description
No description provided
Readme 41 MiB