Skip to content

Commit d6c4672

Browse files
committed
Add robust migrations for zp_entity_relationship table fix
Introduces migrations 30410, 30412, and 30413 to handle all possible database states for the zp_entity_relationship table, ensuring correct table name, schema, and indexes. Refactors migration logic into reusable helper methods for idempotency and reliability. Updates app and database version numbers to reflect these changes.
1 parent cdb6275 commit d6c4672

File tree

5 files changed

+251
-155
lines changed

5 files changed

+251
-155
lines changed

app/Core/Configuration/AppSettings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
class AppSettings
99
{
10-
public string $appVersion = '3.6.1';
10+
public string $appVersion = '3.6.2';
1111

12-
public string $dbVersion = '3.4.12';
12+
public string $dbVersion = '3.4.13';
1313
}

0 commit comments

Comments
 (0)