mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
Fix query
This commit is contained in:
committed by
Sasha Krassovsky
parent
585687d563
commit
9f186b4d3e
@@ -788,7 +788,7 @@ END $$;
|
||||
current_migration += 1;
|
||||
}
|
||||
let setval = format!(
|
||||
"UPDATE neon_migration.migration_id SET value={}",
|
||||
"UPDATE neon_migration.migration_id SET id={}",
|
||||
migrations.len()
|
||||
);
|
||||
client.simple_query(&setval)?;
|
||||
|
||||
Reference in New Issue
Block a user