diff options
| author | Guillaume | 2017-11-09 15:20:54 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-22 12:34:43 +0100 |
| commit | 62282a0384394fadf395f48a7d2ca112d2aa3d27 (patch) | |
| tree | 588063eee1a78b440998629bbe01790e89ec5777 /db/schema.rb | |
| parent | eec1d9e43509a1677d346584ee24cd3ee6f8c124 (diff) | |
| download | chouette-core-62282a0384394fadf395f48a7d2ca112d2aa3d27.tar.bz2 | |
add object_id_format to migrations, create module for call Referential, Line Referential, StopAreaReferential in models, add Enumerize in models Refs #4941
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb index 21aa73cd8..830e3ca25 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20171114102438) do +ActiveRecord::Schema.define(version: 20171109101605) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" @@ -408,9 +408,9 @@ ActiveRecord::Schema.define(version: 20171114102438) 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 |
