mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
bea650b3e0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2505 Co-authored-by: Naveen Naidu <30195193+Naveenaidu@users.noreply.github.com> GitOrigin-RevId: 56681f90cfbfcf2f99c27f08c01d32790bd03c4d
5 lines
196 B
SQL
5 lines
196 B
SQL
DROP TABLE IF EXISTS hdb_catalog.hdb_source_catalog_version;
|
|
DROP TABLE IF EXISTS hdb_catalog.event_invocation_logs;
|
|
DROP TABLE IF EXISTS hdb_catalog.event_log;
|
|
DROP SCHEMA IF EXISTS hdb_catalog;
|