Performing a heroku db:push
everything seem to be going ok
Sending schema Schema: 100% |==========================================| Time: 00:00:05 Sending indexes schema_migrat: 100% |=====================================| Time: 00:00:00 users: 100% |==========================================================| Time: 00:00:01 histories: 100% |========================================================| Time: 00:00:00 Sending data 4 tables, 587 records
schema_migrat: 100% |==============================================| Time: 00:00:00
when i get
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/date.rb:1573:in new_by_frags': ArgumentError: invalid date (Sequel::InvalidValue)
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/date.rb:1618:in
parse'
from /Library/Ruby/Gems/1.8/gems/sequel-3.17.0/lib/sequel/core.rb:222:in string_to_datetime'
from /Library/Ruby/Gems/1.8/gems/sequel-3.17.0/lib/sequel/timezones.rb:92:in
convert_input_timestamp'
from /Library/Ruby/Gems/1.8/gems/sequel-3.17.0/lib/sequel/timezones.rb:163:in convert_timestamp'
from /Library/Ruby/Gems/1.8/gems/sequel-3.17.0/lib/sequel/timezones.rb:46:in
database_to_application_timestamp'
EDIT: Adding Schema/Migration
t.string "apothiki" t.string "timh" t.datetime "created_at" t.datetime "updated_at" t.string "photo_file_name" t.string "photo_content_type" t.integer "photo_file_size" t.datetime "photo_updated_at"