mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 04:44:51 +00:00
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
8 lines
181 B
PHP
8 lines
181 B
PHP
<?php
|
|
/*
|
|
* ITFlow
|
|
* This file defines the current "latest" database version
|
|
* It is used in conjunction with database_updates.php
|
|
*/
|
|
|
|
DEFINE("LATEST_DATABASE_VERSION", "0.0.4"); |