aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorcedricnjanga2018-01-23 22:46:16 -0800
committercedricnjanga2018-02-06 11:12:34 -0800
commit74d28c64603c70dc5463c9bc72954b886760f6cd (patch)
tree7a5486fee6057928f7e23758e2f89f67ba658c13 /db/schema.rb
parent180e0f55efe5aa7aa080e4f8f4c0c044c71dafa3 (diff)
downloadchouette-core-74d28c64603c70dc5463c9bc72954b886760f6cd.tar.bz2
First draft for including calendars into workgroup for having appropriate scoping
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 51cb44d17..94223b7d4 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -93,6 +93,7 @@ ActiveRecord::Schema.define(version: 20180126134944) do
t.integer "workgroup_id", limit: 8
t.integer "int_day_types"
t.date "excluded_dates", array: true
+ t.integer "workgroup_id", limit: 8
end
add_index "calendars", ["organisation_id"], name: "index_calendars_on_organisation_id", using: :btree