534 B
534 B
Update Steps
Using Admin page - set local hasura secret first, and uncomment pages in sider.
- Disable triggers.
alter table jobs disable trigger set_public_jobs_updated_at;
-
Set the hasura admin key in the admin page. Change the client to be the newly created global client, NOT the shop client.
-
Run the script from 2024-01-01 - MAKE SURE TO CHECK - , 15 days at a time, and run the query to update the database.
X. Re-enable triggers.
alter table jobs enable trigger set_public_jobs_updated_at;