-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Labels
ODHackOnlyDust Hack festOnlyDust Hack festbugSomething isn't workingSomething isn't workingcontributorgood first issueGood for newcomersGood for newcomerssozo
Description
when this is true sozo should perform a dry run of migration but currently its not being used.
dojo/crates/sozo/src/commands/migrate.rs
Lines 15 to 17 in 79278a6
#[arg(short, long)] | |
#[arg(help = "Perform a dry run and outputs the plan to be executed.")] | |
pub plan: bool, |
#Edit
To tackle this issue, the idea is would be to introduce the dry-run
flag in the ops
related to migration here in sozo.
By having the dry-run
passed as argument during the migration, sozo
could output the operations, without actually doing them.
ameya-deshmukh and faytey
Metadata
Metadata
Assignees
Labels
ODHackOnlyDust Hack festOnlyDust Hack festbugSomething isn't workingSomething isn't workingcontributorgood first issueGood for newcomersGood for newcomerssozo