fix: lastUpdatedTime updating (#1784)

* Create new LastSave() Method for Database and renew LastUpdatedTime in Save()

* Attach UpdateLastSave() to sqlite and mysql

* Fix compilation issues

* Add updateTime functionality to UpdatePropertyDetails()
This commit is contained in:
ElectScholar
2025-05-03 20:19:31 -07:00
committed by GitHub
parent b31f9670d1
commit 4f97ecc073
8 changed files with 25 additions and 1 deletions

View File

@@ -148,6 +148,10 @@ void TestSQLDatabase::UpdatePropertyDetails(const IProperty::Info& info) {
}
void TestSQLDatabase::UpdateLastSave(const IProperty::Info& info) {
}
void TestSQLDatabase::InsertNewProperty(const IProperty::Info& info, const uint32_t templateId, const LWOZONEID& zoneId) {
}