spec/support/db/schema.rb in normalizy-1.0.1 vs spec/support/db/schema.rb in normalizy-1.1.0
- old
+ new
@@ -61,9 +61,15 @@
t.decimal :cast_to_d
t.float :cents_type_and_cast_to_f
t.integer :cents_type_and_cast_to_i
end
+ create_table :model_slugs do |t|
+ t.string :permalink
+ t.string :slug
+ t.string :title
+ end
+
create_table :model_strips do |t|
t.string :strip
t.string :strip_side_both
t.string :strip_side_left
t.string :strip_side_right