created/updated timestamp update

Convert all created_at and modified_at fields to default to current timestamp/update timestamp.
We can cleanup the SQL code in post.php (and other places) to no longer manually set these values at a later date, but it will work fine for now
This commit is contained in:
Marcus Hill
2022-04-17 23:16:36 +01:00
parent 6091d373bc
commit a6833ac3a4
3 changed files with 185 additions and 87 deletions

View File

@@ -5,4 +5,4 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "0.0.3");
DEFINE("LATEST_DATABASE_VERSION", "0.0.4");