Skip to content

Commit d5efb35

Browse files
authored
Merge pull request #111 from dev-five-git/wrong-enum-value
Wrong enum value
2 parents 16c60eb + 01088e2 commit d5efb35

16 files changed

Lines changed: 940 additions & 19 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespertide-planner/Cargo.toml":"Patch","crates/vespertide-macro/Cargo.toml":"Patch","crates/vespertide-cli/Cargo.toml":"Patch","crates/vespertide-exporter/Cargo.toml":"Patch","crates/vespertide-loader/Cargo.toml":"Patch","crates/vespertide/Cargo.toml":"Patch","crates/vespertide-naming/Cargo.toml":"Patch","crates/vespertide-config/Cargo.toml":"Patch","crates/vespertide-query/Cargo.toml":"Patch","crates/vespertide-core/Cargo.toml":"Patch"},"note":"Update removed enum","date":"2026-02-20T18:28:10.423539700Z"}

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vespertide-cli/src/commands/diff.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ fn format_action(action: &MigrationAction) -> String {
8585
table,
8686
column,
8787
new_type,
88+
..
8889
} => {
8990
format!(
9091
"{} {}.{} {} {}",
@@ -329,6 +330,7 @@ mod tests {
329330
table: "users".into(),
330331
column: "id".into(),
331332
new_type: ColumnType::Simple(SimpleColumnType::Integer),
333+
fill_with: None,
332334
},
333335
format!("{} {}.{} {} {}", "Modify column type:".bright_yellow(), "users".bright_cyan(), "id".bright_cyan().bold(), "->".bright_white(), "integer".bright_cyan().bold())
334336
)]

crates/vespertide-cli/src/commands/log.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ mod tests {
273273
table: "users".into(),
274274
column: "id".into(),
275275
new_type: ColumnType::Simple(SimpleColumnType::BigInt),
276+
fill_with: None,
276277
},
277278
],
278279
};

0 commit comments

Comments
 (0)