mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
6 lines
366 B
MySQL
6 lines
366 B
MySQL
|
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';
|