[#345] try fix PG::UndefinedObject: ERROR: type "hstore" does not exist

This commit is contained in:
Alexander Machehin 2014-03-11 18:50:40 +06:00
parent fcc7af94df
commit 21cfb69acf
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
ActiveRecord::Schema.define(:version => 20140306102620) do
# These is an extension that must be enabled in order to support this database
enable_extension "hstore"
create_table "activity_feeds", :force => true do |t|
t.integer "user_id", :null => false
t.string "kind"