diff options
| author | Luc Donnet | 2017-10-17 15:04:54 +0200 |
|---|---|---|
| committer | GitHub | 2017-10-17 15:04:54 +0200 |
| commit | b5b8886e4be8806a7357ef745c293560d32da343 (patch) | |
| tree | 362cd3ab06372886a189ff366e1813f13f94bdf6 /db/schema.rb | |
| parent | 4bb7669f00b7e6e622f966a11b4c727938838f22 (diff) | |
| parent | 0b744d48fdc84445f593114fe61baaafca4e17f4 (diff) | |
| download | chouette-core-b5b8886e4be8806a7357ef745c293560d32da343.tar.bz2 | |
Merge pull request #95 from af83/4727-clone-compliance-control-set
4727 clone compliance control set
Diffstat (limited to 'db/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 181c83402..a64a426de 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -408,9 +408,9 @@ ActiveRecord::Schema.define(version: 20171016074044) 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 |
