File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
lib/activerecord-clean-db-structure Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.6 2018-03-11
4+
5+ * Fix regular expressions to support schema qualification changes in 10.3
6+
7+
38## 0.2.5 2017-11-15
49
510* Filter out indices belonging partitioned tables
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- activerecord-clean-db-structure (0.2.5 )
4+ activerecord-clean-db-structure (0.2.6 )
55 activerecord (>= 4.2 )
66
77GEM
88 remote: https://rubygems.org/
99 specs:
10- activemodel (5.1.4 )
11- activesupport (= 5.1.4 )
12- activerecord (5.1.4 )
13- activemodel (= 5.1.4 )
14- activesupport (= 5.1.4 )
10+ activemodel (5.1.5 )
11+ activesupport (= 5.1.5 )
12+ activerecord (5.1.5 )
13+ activemodel (= 5.1.5 )
14+ activesupport (= 5.1.5 )
1515 arel (~> 8.0 )
16- activesupport (5.1.4 )
16+ activesupport (5.1.5 )
1717 concurrent-ruby (~> 1.0 , >= 1.0.2 )
1818 i18n (~> 0.7 )
1919 minitest (~> 5.1 )
2020 tzinfo (~> 1.1 )
2121 arel (8.0.0 )
2222 concurrent-ruby (1.0.5 )
23- i18n (0.9.1 )
23+ i18n (0.9.5 )
2424 concurrent-ruby (~> 1.0 )
25- minitest (5.10 .3 )
25+ minitest (5.11 .3 )
2626 rake (0.9.6 )
2727 thread_safe (0.3.6 )
28- tzinfo (1.2.4 )
28+ tzinfo (1.2.5 )
2929 thread_safe (~> 0.1 )
3030
3131PLATFORMS
@@ -36,4 +36,4 @@ DEPENDENCIES
3636 rake (~> 0 )
3737
3838BUNDLED WITH
39- 1.16.0
39+ 1.16.1
Original file line number Diff line number Diff line change 11module ActiveRecordCleanDbStructure
2- VERSION = '0.2.5 '
2+ VERSION = '0.2.6 '
33end
You can’t perform that action at this time.
0 commit comments