mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
5 lines
152 B
MySQL
5 lines
152 B
MySQL
|
DELETE FROM hdb_catalog.hdb_table
|
||
|
WHERE table_schema = 'hdb_catalog'
|
||
|
AND table_name = 'hdb_query_template';
|
||
|
DROP table hdb_catalog.hdb_query_template
|