test/lib/database.rb in cockpit-0.0.1.5 vs test/lib/database.rb in cockpit-0.0.1.7
- old
+ new
@@ -12,11 +12,12 @@
t.string :key
t.string :value
t.string :cast_as
t.string :configurable_type
t.integer :configurable_id
+ t.string :context
end
- create_table "users", :force => true do |t|
+ create_table :users, :force => true do |t|
end
end