mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
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:
@@ -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");
|
||||
Reference in New Issue
Block a user