From cde6cc06fed1e0311290b297b45ab4d8ee335006 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Fri, 3 Feb 2023 11:06:13 +0100 Subject: [PATCH] Add a changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5636779030..52a5959d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ Increasing the minimal supported Rust version will always be coupled at least wi type definitions automatically generated by Diesel CLI. * Add a `#[derive(MultiConnection)]` proc-macro that lets you easily implement `diesel::Connection` for an enum of connections to different database backends. +* Added a `--diff-schema` flag to the `diesel migration generate` command that generates a migration based + on the difference between your database and the provided `schema.rs` file ## [2.0.2] 2022-10-11