mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
db710d38b7
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5746 Co-authored-by: pranshi06 <85474619+pranshi06@users.noreply.github.com> Co-authored-by: Puru Gupta <32328846+purugupta99@users.noreply.github.com> Co-authored-by: Karthikeyan Chinnakonda <15602904+codingkarthik@users.noreply.github.com> GitOrigin-RevId: f4e5e06389ca57bdb5f7771f459c07418787111d
6 lines
302 B
SQL
6 lines
302 B
SQL
DROP TABLE IF EXISTS hdb_catalog.hdb_source_catalog_version;
|
|
DROP FUNCTION IF EXISTS hdb_catalog.insert_event_log(text, text, text, text, json);
|
|
DROP TABLE IF EXISTS hdb_catalog.event_invocation_logs;
|
|
DROP TABLE IF EXISTS hdb_catalog.event_log;
|
|
DROP TABLE IF EXISTS hdb_catalog.hdb_event_log_cleanups;
|