Skip to content

Commit

Permalink
[FIX] first_databank: Remove monograph store
Browse files Browse the repository at this point in the history
* Remove storing of calculated monograph text to circumvent stale data
  • Loading branch information
lasley committed Sep 13, 2016
1 parent 8fe91d0 commit aa81f62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion first_databank/models/fdb_pem_mogc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class FdbPemMogc(models.Model):
)
monograph = fields.Text(
compute='_compute_monograph',
store=True,
)
update_yn = fields.Boolean()

Expand Down

0 comments on commit aa81f62

Please sign in to comment.