Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

* ...

## 0.4.2 2024-09-22

* Add an option to not remove extensions [#43](https://github.com/lfittl/activerecord-clean-db-structure/pull/43)
* Fix incorrect primary structure.sql filename in the case of multi-database setup [#44](https://github.com/lfittl/activerecord-clean-db-structure/pull/44)
* Fix regexp warnings [#49](https://github.com/lfittl/activerecord-clean-db-structure/pull/49)

## 0.4.1 2024-08-28

* Fix Rake task name for 6.1+ [#32](https://github.com/lfittl/activerecord-clean-db-structure/pull/32)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
activerecord-clean-db-structure (0.4.1)
activerecord-clean-db-structure (0.4.2)
activerecord (>= 4.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-clean-db-structure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveRecordCleanDbStructure
VERSION = '0.4.1'
VERSION = '0.4.2'
end
Loading