Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jun 6, 2017
1 parent fa2221e commit 241ca71
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
karl package Changelog
======================

4.37.1 (2017-06-06)
===================

It's a no-no to have indxes based on functions that do queries and we
ran into trouble with get_community_zoid. The index wasn't reflecting
changes.

This release provides a database evolution that:

- Adds a trigger that pupulates object records with community ids when
they're written.

- Forces updates of existing records to get the trigger applied.

- Replaces get_community_zoid with a function that uses the stored
data and replaces the index that used it.

4.37.0 (2017-06-03)
===================

Expand Down

0 comments on commit 241ca71

Please sign in to comment.