aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorLuc Donnet2018-03-27 10:50:42 +0200
committerGitHub2018-03-27 10:50:42 +0200
commit25cbe2bfac1de0c6268f8d19f39a8496a88977cd (patch)
tree33153132459274645bcc63ade4571aabfd2ca5af /db/schema.rb
parent1386e3c2d525b61bf0e6a7ace9ed755bff9eb998 (diff)
parentfb3798e12e72057ca6174d7470698be6e10b1ba8 (diff)
downloadchouette-core-25cbe2bfac1de0c6268f8d19f39a8496a88977cd.tar.bz2
Merge pull request #384 from af83/6190-fix-consistency-issue-with-calendars
6190 fix consistency issue with calendars
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 9e118e972..d90bf7b6c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -842,6 +842,7 @@ ActiveRecord::Schema.define(version: 20180319043333) do
t.integer "waiting_time"
t.string "kind"
t.jsonb "localized_names"
+
t.datetime "confirmed_at"
t.json "custom_field_values"