From 60d99db3565f1ded4ee31906316ef5f721b093e6 Mon Sep 17 00:00:00 2001 From: Santiago Bartesaghi Date: Mon, 19 Jul 2021 12:01:26 -0300 Subject: [PATCH] Fix minor typo [ci skip] --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 931d6ee006..d7531db6fc 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Add option to disable schema dumb per-database +* Add option to disable schema dump per-database Dumping the schema is on by default for all databases in an application. To turn it off for a specific database use the `schema_dump` option: