mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
8 lines
283 B
MySQL
8 lines
283 B
MySQL
|
DROP TABLE hdb_catalog.hdb_remote_relationship;
|
||
|
|
||
|
DELETE FROM hdb_catalog.hdb_relationship
|
||
|
where table_schema = 'hdb_catalog' and table_name = 'hdb_remote_relationship';
|
||
|
|
||
|
DELETE FROM hdb_catalog.hdb_table
|
||
|
where table_schema = 'hdb_catalog' and table_name = 'hdb_remote_relationship';
|