mirror of
https://github.com/supabase/supabase.git
synced 2026-05-14 06:33:06 +08:00
* added queues and keys to fetch version * updated to support postREST queue management * updated to use existing hook * removed unused keys * - added semvar lib - updated logic to use semvar lib * The conditional read was added in 1.5.0. --------- Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2 lines
51 B
TypeScript
2 lines
51 B
TypeScript
export const PGMQ_EXTENSION_NAME = 'pgmq' as const
|