mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 16:40:38 +00:00
fix syntax error in migration statement
Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -812,9 +812,9 @@ $$;"#,
|
||||
WHERE nspname = 'public'\n\
|
||||
)\n\
|
||||
THEN\n\
|
||||
REVOKE ALL ON SCHEMA neon_migration FROM PUBLIC
|
||||
REVOKE ALL ON SCHEMA neon_migration FROM PUBLIC;\n\
|
||||
END IF;\n\
|
||||
END\n
|
||||
END\n\
|
||||
$$;";
|
||||
|
||||
client.simple_query(query)?;
|
||||
|
||||
Reference in New Issue
Block a user