diff options
| author | Robert | 2017-10-03 17:47:58 +0200 |
|---|---|---|
| committer | Robert | 2017-10-03 17:47:58 +0200 |
| commit | 2ff4e41145ff92cea01d7a4aac4a23a3ef59a0f4 (patch) | |
| tree | 4fff53530d33d7d12990f4b96163ff87f56c1f82 | |
| parent | 9ea95b98c52f99494a13befa54cfd8cd298ab0c4 (diff) | |
| download | chouette-core-2ff4e41145ff92cea01d7a4aac4a23a3ef59a0f4.tar.bz2 | |
DB migration
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 4a1ad3749..7f02a342d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -407,9 +407,9 @@ ActiveRecord::Schema.define(version: 20171003133042) do t.string "type" t.integer "parent_id", limit: 8 t.string "parent_type" + t.datetime "notified_parent_at" t.integer "current_step", default: 0 t.integer "total_steps", default: 0 - t.datetime "notified_parent_at" t.string "creator" end |
