mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
4 lines
138 B
MySQL
4 lines
138 B
MySQL
|
UPDATE hdb_catalog.hdb_table
|
||
|
SET is_system_defined = 'false'
|
||
|
WHERE table_schema = 'hdb_catalog'
|
||
|
AND table_name = 'hdb_allowlist';
|