diff options
| author | Luc Donnet | 2017-12-21 13:51:16 +0100 |
|---|---|---|
| committer | Luc Donnet | 2017-12-21 13:57:03 +0100 |
| commit | babc92050de31bd60ea73d74b05b5a5cf04dda20 (patch) | |
| tree | 7f1bfca74ec55db47c7f5196aa93846f66dfcb2d | |
| parent | 61499501bde1060b6dc22ad92d8cb8f55d42f4ae (diff) | |
| download | chouette-core-babc92050de31bd60ea73d74b05b5a5cf04dda20.tar.bz2 | |
Add unaccent extension to schema.rb
| -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 ef1e404b4..3266446b9 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -403,9 +403,9 @@ ActiveRecord::Schema.define(version: 20171214130636) 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 |
