Adds creationdate and modifydate to nearly every table

This commit is contained in:
int2001
2025-09-17 09:07:50 +00:00
parent ab1660ef38
commit 4ebaa58d95
2 changed files with 41 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ $config['migration_enabled'] = TRUE;
|
*/
$config['migration_version'] = 255;
$config['migration_version'] = 256;
/*
|--------------------------------------------------------------------------