Skip to content

Commit a6e494a

Browse files
committed
Release 0.2.5
1 parent 7a597be commit a6e494a

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.5 2017-11-15
4+
5+
* Filter out indices belonging partitioned tables
6+
7+
38
## 0.2.4 2017-11-02
49

510
* Remove pg_buffercache extension if present (its only used for statistics purposes)

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
PATH
22
remote: .
33
specs:
4-
activerecord-clean-db-structure (0.2.4)
4+
activerecord-clean-db-structure (0.2.5)
55
activerecord (>= 4.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (5.1.2)
11-
activesupport (= 5.1.2)
12-
activerecord (5.1.2)
13-
activemodel (= 5.1.2)
14-
activesupport (= 5.1.2)
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)
1515
arel (~> 8.0)
16-
activesupport (5.1.2)
16+
activesupport (5.1.4)
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.8.6)
23+
i18n (0.9.1)
24+
concurrent-ruby (~> 1.0)
2425
minitest (5.10.3)
2526
rake (0.9.6)
2627
thread_safe (0.3.6)
27-
tzinfo (1.2.3)
28+
tzinfo (1.2.4)
2829
thread_safe (~> 0.1)
2930

3031
PLATFORMS
@@ -35,4 +36,4 @@ DEPENDENCIES
3536
rake (~> 0)
3637

3738
BUNDLED WITH
38-
1.15.3
39+
1.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveRecordCleanDbStructure
2-
VERSION = '0.2.4'
2+
VERSION = '0.2.5'
33
end

0 commit comments

Comments
 (0)