From 5e64c9fe2c2fcf5a966ae1063bff24485a1c5b02 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Sun, 18 Aug 2024 11:34:35 +0100 Subject: [PATCH] Add Mod Log model https://eaflood.atlassian.net/browse/WATER-4563 https://eaflood.atlassian.net/browse/WATER-4564 https://eaflood.atlassian.net/browse/WATER-4565 > Part of the work to display a licence's history to users (mod log) Now we have a table to hold the imported NALD mod log records we need a model to access it, and relationships to access the mod logs from charge, licence, and return versions. Once added and linked we can then complete our work to expose this information, for example. - [Build new licence history page](https://github.com/DEFRA/water-abstraction-system/pull/1182) - [Update view return version to include mod log info](https://github.com/DEFRA/water-abstraction-system/pull/1261)