mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Update workflow source migration test version
This commit is contained in:
parent
b7d32b9e83
commit
b4165a3b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -532,7 +532,7 @@ async fn rewind_automation_workflow_source_migration(
|
|||
sqlx::query("ALTER TABLE automations DROP COLUMN workflow_source_repository")
|
||||
.execute(database.pool())
|
||||
.await?;
|
||||
sqlx::query("DELETE FROM _sqlx_migrations WHERE version = 2026082802")
|
||||
sqlx::query("DELETE FROM _sqlx_migrations WHERE version = 2026082803")
|
||||
.execute(database.pool())
|
||||
.await?;
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue