diff options
| author | cedricnjanga | 2017-11-22 12:30:38 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-11-22 14:05:05 +0100 |
| commit | f7b9b6ad5280179367c225e1d35d123bad67dcaf (patch) | |
| tree | 38e53dc036c42eaa2a7671200c1a0740d2d1dd86 /db/schema.rb | |
| parent | 9304f16e56c219fd63fa12b7d42a7cbf16b2914a (diff) | |
| download | chouette-core-f7b9b6ad5280179367c225e1d35d123bad67dcaf.tar.bz2 | |
Fix last spec and add short_id method to Netex Objectid
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 830e3ca25..21aa73cd8 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: 20171109101605) do +ActiveRecord::Schema.define(version: 20171114102438) 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: 20171109101605) 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 |
