Skip to content

Commit

Permalink
mysql json hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
yesilmen-vm committed Aug 16, 2022
1 parent fb6239c commit ed0d221
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ In addition to the existing features of BlizzCMS, some of the added features are
- PvP Stats
- Ability to show enchants on items (by using WoWHead's tooltip instead of ClassicDB)
- Ability to show all character stats instead of just base-ones
- Unique Timeline Module with responsive design and full flexibility.
- Rest API implementation for future developments.
- Built-in account activation.
- Built-in account recovery.
Expand Down
1 change: 0 additions & 1 deletion application/migrations/042_create_timeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function up()
'description' => array(
'type' => 'JSON',
'null' => false,
'default' => '{}',
'comment' => 'JSON for MySQL, LONGTEXT for MariaDB'
),
'patch' => array(
Expand Down

0 comments on commit ed0d221

Please sign in to comment.