mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
5 lines
141 B
MySQL
5 lines
141 B
MySQL
|
UPDATE hdb_catalog.hdb_table
|
||
|
SET is_system_defined = 'true'
|
||
|
WHERE table_schema = 'hdb_catalog' AND
|
||
|
table_name = 'hdb_allowlist';
|