Skip to content

Commit 7bf715b

Browse files
authored
Merge pull request #49 from dev-five-git/add-des
Add table descr
2 parents 18a5d73 + bd6e193 commit 7bf715b

29 files changed

Lines changed: 10059 additions & 9870 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespertide-query/Cargo.toml":"Patch","crates/vespertide-exporter/Cargo.toml":"Patch","crates/vespertide-planner/Cargo.toml":"Patch","crates/vespertide-cli/Cargo.toml":"Patch","crates/vespertide-config/Cargo.toml":"Patch","crates/vespertide-naming/Cargo.toml":"Patch","crates/vespertide-loader/Cargo.toml":"Patch","crates/vespertide-macro/Cargo.toml":"Patch","crates/vespertide-core/Cargo.toml":"Patch","crates/vespertide/Cargo.toml":"Patch"},"note":"Add table descr","date":"2026-01-02T12:12:36.575837700Z"}

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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ mod tests {
255255
fs::create_dir_all(&models_dir).unwrap();
256256
let table = TableDef {
257257
name: name.to_string(),
258+
description: None,
258259
columns: vec![ColumnDef {
259260
name: "id".into(),
260261
r#type: ColumnType::Simple(SimpleColumnType::Integer),

0 commit comments

Comments
 (0)