mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-17 12:21:31 +00:00
fix default
This commit is contained in:
parent
306843de0a
commit
0bff765756
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ActiveRecord::Schema.define(:version => 20140213053001) do
|
|||
t.integer "events_count"
|
||||
t.datetime "last_check_at"
|
||||
t.datetime "last_receive_at"
|
||||
t.integer "last_checked_event_id", :default => 0
|
||||
t.integer "last_checked_event_id"
|
||||
t.datetime "created_at", :null => false
|
||||
t.datetime "updated_at", :null => false
|
||||
t.text "memory", :limit => 2147483647
|
||||
|
|
Loading…
Add table
Reference in a new issue