Skip to content

Commit

Permalink
Increase schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 15, 2024
1 parent fc8e7e2 commit 9b6b13d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 5.6.3 - 2024-08-15

> [!NOTE]
> The cache should be cleared or refreshed after this update completes.
### Fixed

- Fixed an exception that could be thrown during updating when using MariaDB ([#693](https://github.com/putyourlightson/craft-blitz/issues/693)).
Expand Down
2 changes: 1 addition & 1 deletion src/Blitz.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function config(): array
/**
* @inheritdoc
*/
public string $schemaVersion = '5.6.0';
public string $schemaVersion = '5.6.3';

/**
* @inheritdoc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use putyourlightson\blitz\records\ElementFieldCacheRecord;
use putyourlightson\blitz\records\ElementQueryFieldRecord;

class m240709_120000_add_fieldinstanceuid_column extends Migration
class m240815_120000_add_fieldinstanceuid_column extends Migration
{
/**
* @inheritdoc
Expand Down

0 comments on commit 9b6b13d

Please sign in to comment.