mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
Make clippy happy
This commit is contained in:
committed by
Sasha Krassovsky
parent
3f90b2d337
commit
2eac1adcb9
@@ -731,7 +731,7 @@ pub fn handle_extension_neon(client: &mut Client) -> Result<()> {
|
||||
#[instrument(skip_all)]
|
||||
pub fn handle_migrations(client: &mut Client) -> Result<()> {
|
||||
info!("handle migrations");
|
||||
let migrations = vec![
|
||||
let migrations = [
|
||||
"ALTER ROLE neon_superuser BYPASSRLS",
|
||||
r#"
|
||||
DO $$
|
||||
|
||||
Reference in New Issue
Block a user