graphql-engine/server/src-rsr/clear_system_metadata.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
366 B
MySQL
Raw Normal View History

DELETE FROM hdb_catalog.hdb_function WHERE is_system_defined = 'true';
DELETE FROM hdb_catalog.hdb_permission WHERE is_system_defined = 'true';
DELETE FROM hdb_catalog.hdb_relationship WHERE is_system_defined = 'true';
DELETE FROM hdb_catalog.hdb_table WHERE is_system_defined = 'true';
DELETE FROM hdb_catalog.hdb_query_collection WHERE is_system_defined = 'true';