Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
save-buffer committed Jul 10, 2024
1 parent 50bd559 commit 0596f3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compute_tools/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,9 @@ pub fn handle_migrations(client: &mut Client) -> Result<()> {
"./migrations/0007-grant_all_on_sequences_to_neon_superuser_with_grant_option.sql"
),
include_str!("./migrations/0008-revoke_replication_for_previously_allowed_roles.sql"),
include_str!("./migrations/0009-grant_snapshot_synchronization_funcs_to_neon_superuser.sql"),
include_str!(
"./migrations/0009-grant_snapshot_synchronization_funcs_to_neon_superuser.sql"
),
];

MigrationRunner::new(client, &migrations).run_migrations()?;
Expand Down

0 comments on commit 0596f3e

Please sign in to comment.