mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
4 lines
96 B
MySQL
4 lines
96 B
MySQL
|
ALTER TABLE hdb_catalog.hdb_version
|
||
|
DROP COLUMN ee_client_id,
|
||
|
DROP COLUMN ee_client_secret;
|