DEV: Update core model annotations

Generated using `bin/rake annotate:clean`
This commit is contained in:
David Taylor
2021-07-05 23:14:15 +01:00
parent 8c370c3fe3
commit 4b55b59931
25 changed files with 152 additions and 35 deletions

View File

@@ -19,8 +19,5 @@ end
#
# Indexes
#
# idx_user_custom_fields_last_reminded_at (name,user_id) UNIQUE WHERE ((name)::text = 'last_reminded_at'::text)
# idx_user_custom_fields_remind_assigns_frequency (name,user_id) UNIQUE WHERE ((name)::text = 'remind_assigns_frequency'::text)
# idx_user_custom_fields_user_notes_count (name,user_id) UNIQUE WHERE ((name)::text = 'user_notes_count'::text)
# index_user_custom_fields_on_user_id_and_name (user_id,name)
# index_user_custom_fields_on_user_id_and_name (user_id,name)
#