File tree 3 files changed +16
-11
lines changed
lib/activerecord-clean-db-structure
3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.2 2017-08-05
4
+
5
+ * Support Rails 5.1 primary key UUIDs that rely on gen_random_uuid()
6
+
7
+
3
8
## 0.2.1 2017-06-30
4
9
5
10
* Allow primary keys to be the last column of a table [ Clemens Kofler] ( https://github.com/clemens )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- activerecord-clean-db-structure (0.2.1 )
4
+ activerecord-clean-db-structure (0.2.2 )
5
5
activerecord (>= 4.2 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- activemodel (5.1.0 )
11
- activesupport (= 5.1.0 )
12
- activerecord (5.1.0 )
13
- activemodel (= 5.1.0 )
14
- activesupport (= 5.1.0 )
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 )
15
15
arel (~> 8.0 )
16
- activesupport (5.1.0 )
16
+ activesupport (5.1.2 )
17
17
concurrent-ruby (~> 1.0 , >= 1.0.2 )
18
18
i18n (~> 0.7 )
19
19
minitest (~> 5.1 )
20
20
tzinfo (~> 1.1 )
21
21
arel (8.0.0 )
22
22
concurrent-ruby (1.0.5 )
23
- i18n (0.8.1 )
24
- minitest (5.10.1 )
23
+ i18n (0.8.6 )
24
+ minitest (5.10.3 )
25
25
thread_safe (0.3.6 )
26
26
tzinfo (1.2.3 )
27
27
thread_safe (~> 0.1 )
@@ -33,4 +33,4 @@ DEPENDENCIES
33
33
activerecord-clean-db-structure !
34
34
35
35
BUNDLED WITH
36
- 1.12.5
36
+ 1.15.3
Original file line number Diff line number Diff line change 1
1
module ActiveRecordCleanDbStructure
2
- VERSION = '0.2.1 '
2
+ VERSION = '0.2.2 '
3
3
end
You can’t perform that action at this time.
0 commit comments