diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index d8532b785..5e65e41e4 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -184,6 +184,8 @@ ActiveRecord::Schema.define(:version => 20120531091529) do t.string "status" t.datetime "created_at" t.datetime "updated_at" + t.string "type" + t.string "options" end add_index "imports", ["referential_id"], :name => "index_imports_on_referential_id" |
