Updated steps and admin page.

This commit is contained in:
Patrick Fic
2024-10-18 07:43:02 -07:00
parent 1f5295993d
commit 7ebcfa7ef9
3 changed files with 219111 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
Update Steps
Using Admin page - set local hasura secret first, and uncomment pages in sider.
1. Disable triggers.
```sql
alter table jobs disable trigger set_public_jobs_updated_at;
```
2. Set the hasura admin key in the admin page. Change the client to be the newly created global client, NOT the shop client.
3. 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.
```sql
alter table jobs enable trigger set_public_jobs_updated_at;
```

File diff suppressed because it is too large Load Diff