gnu-social/lib/database
Alexei Sorokin b1b1d2af93 [DATABASE] Update "modified" in Managed_DataObject instead of a DBMS trigger
Instead of relying on the MariaDB's ON UPDATE CURRENT_TIMESTAMP trigger update
"modified" attributes in Managed_DataObject. Every raw query that needs
adjusting is adjusted, as they won't update "modified" automatically anymore.

The main goal behind this change is to fix "modified" updates on PostgreSQL.
2021-07-16 19:44:37 +01:00
..
columndef.php [LIB_REFACTOR] Fix minor issues 2021-07-16 19:44:35 +01:00
dberroraction.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
mysqlschema.php [DATABASE] Update "modified" in Managed_DataObject instead of a DBMS trigger 2021-07-16 19:44:37 +01:00
pgsqlschema.php [DATABASE] Make unprefixed schema.php a bit more DBMS-neutral 2021-07-16 19:44:37 +01:00
schema.php [DATABASE] Update "modified" in Managed_DataObject instead of a DBMS trigger 2021-07-16 19:44:37 +01:00
schemaupdater.php [DATABASE][Schema_version] Change the hashing algorithm to SHA3-512 2021-07-16 19:44:37 +01:00
tabledef.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00