From ed0d22117048d58d4c290cefa07efde5ad9668a0 Mon Sep 17 00:00:00 2001 From: mesutk <11406577+yesilmen-vm@users.noreply.github.com> Date: Tue, 16 Aug 2022 17:11:47 +0300 Subject: [PATCH] mysql json hotfix --- README.md | 1 + application/migrations/042_create_timeline.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d3e06d..3dcdc71f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/application/migrations/042_create_timeline.php b/application/migrations/042_create_timeline.php index 002616da..96748a47 100644 --- a/application/migrations/042_create_timeline.php +++ b/application/migrations/042_create_timeline.php @@ -21,7 +21,6 @@ public function up() 'description' => array( 'type' => 'JSON', 'null' => false, - 'default' => '{}', 'comment' => 'JSON for MySQL, LONGTEXT for MariaDB' ), 'patch' => array(