mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
5 lines
250 B
MySQL
5 lines
250 B
MySQL
|
DELETE FROM hdb_catalog.hdb_table WHERE (table_schema, table_name)
|
||
|
IN (('hdb_catalog', 'hdb_query_collection'), ('hdb_catalog', 'hdb_allowlist'));
|
||
|
|
||
|
DROP TABLE IF EXISTS hdb_catalog.hdb_allowlist;
|
||
|
DROP TABLE IF EXISTS hdb_catalog.hdb_query_collection;
|