ancestry 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ ActiveRecord::Schema.define(:version => 0) do
2
2
  create_table :test_nodes, :force => true do |t|
3
3
  t.string :ancestry
4
4
  t.integer :depth_cache
5
+ t.string :type
5
6
  end
6
7
 
7
8
  create_table :alternative_test_nodes, :force => true do |t|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ancestry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Kroes