diff options
Diffstat (limited to 'crates/rocie-server/src/storage/migrate/mod.rs')
| -rw-r--r-- | crates/rocie-server/src/storage/migrate/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-server/src/storage/migrate/mod.rs b/crates/rocie-server/src/storage/migrate/mod.rs index b39b58b..1dbacab 100644 --- a/crates/rocie-server/src/storage/migrate/mod.rs +++ b/crates/rocie-server/src/storage/migrate/mod.rs @@ -151,7 +151,7 @@ impl DbVersion { async fn update(self, app: &App) -> Result<(), update::Error> { match self { Self::Empty => { - make_upgrade! {app, Self::Empty, Self::One, "./sql/0->1.sql"}?; + make_upgrade! {app, Self::Empty, Self::One, "./sql/0-1.sql"}?; Ok(()) } |
