Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
psteinroe committed Jan 27, 2025
commit 661efe93d5262429db4ffd1e8ebe3707efb0c284
3 changes: 0 additions & 3 deletions crates/pg_workspace/src/workspace/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,8 @@ impl WorkspaceServer {
.migrations
.as_ref()
.and_then(|migration_settings| {
tracing::info!("Checking migration settings: {:?}", migration_settings);
let ignore_before = migration_settings.after.as_ref()?;
tracing::info!("Checking migration settings: {:?}", ignore_before);
let migrations_dir = migration_settings.path.as_ref()?;
tracing::info!("Checking migration settings: {:?}", migrations_dir);
let migration = migration::get_migration(path, migrations_dir)?;

Some(&migration.timestamp <= ignore_before)
Expand Down
Loading