hongbo-miao/hongbomiao.com

View on GitHub
hasura-graphql-engine/migrations/opa_db/1650319138721_create_role_table/down.sql

Summary

Maintainability
Test Coverage
drop trigger if exists update_updated_at on role;
alter table role replica identity default;
drop table if exists role;
drop function if exists trigger_update_updated_at;