The resolution of the 'date' field in accountlines is just a date. It should be helpful if it were a full timestamp and also nice if it were maintained by the database rather than a DEFAULT NULL
Created attachment 100250 [details] [review] Bug 24818: Update database accountlines.date to timestamp This update increases the resolution for the 'date' field, used for 'creation date' in accountlines from a 'date' to a 'timestamp'. This matches other tables where both a created and updated field are included.
Created attachment 100566 [details] [review] Bug 24818: Update database accountlines.date to timestamp This update increases the resolution for the 'date' field, used for 'creation date' in accountlines from a 'date' to a 'timestamp'. This matches other tables where both a created and updated field are included. Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Created attachment 100821 [details] [review] Bug 24818: Update database accountlines.date to timestamp This update increases the resolution for the 'date' field, used for 'creation date' in accountlines from a 'date' to a 'timestamp'. This matches other tables where both a created and updated field are included. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Nice work everyone! Pushed to master for 20.05
enhancement not backported to 19.11.x