Fetch jwt token from hasura-auth with refresh_token
This commit is contained in:
@ -0,0 +1 @@
|
||||
alter table "public"."companies" rename to "company";
|
||||
@ -0,0 +1 @@
|
||||
alter table "public"."company" rename to "companies";
|
||||
@ -0,0 +1 @@
|
||||
alter table "public"."persons" rename to "person";
|
||||
@ -0,0 +1 @@
|
||||
alter table "public"."person" rename to "persons";
|
||||
Reference in New Issue
Block a user