Dan
Dan
Hate to be the "me too" guy... but me too :(
+1 Is there any way I can prod the button to update programmatically? I receive the an event once the video is fully loaded so I could just launch a...
In Postgres you can run something like this to make this work: alter database DB_NAME set search_path = public, SCHEMA_ONE, SCHEMA_TWO, SCHEMA_ETC;
That setting is global for the database. Issue mentions that hasura fails to find the type in the correct schema. If you change the sarch_path you will no longer need...