diff options
Diffstat (limited to '')
-rw-r--r-- | tests/fixtures/identity.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fixtures/identity.sql b/tests/fixtures/identity.sql index 0e13a64..67145b1 100644 --- a/tests/fixtures/identity.sql +++ b/tests/fixtures/identity.sql @@ -883,3 +883,5 @@ GRANT SELECT, INSERT ON FUNCTION tbl TO user GRANT SELECT ON orders TO ROLE PUBLIC GRANT SELECT ON nation TO alice WITH GRANT OPTION GRANT DELETE ON SCHEMA finance TO bob +SELECT attach +SELECT detach
\ No newline at end of file |