diff --git a/config/Migrations/20150602010203_Rating.php b/config/Migrations/20150602010203_Rating.php index e643790a..b5170273 100644 --- a/config/Migrations/20150602010203_Rating.php +++ b/config/Migrations/20150602010203_Rating.php @@ -29,8 +29,8 @@ public function up() { `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `content` text COLLATE utf8_unicode_ci NOT NULL, - `rating_count` int(10) unsigned NOT NULL, - `rating_sum` int(10) unsigned NOT NULL, + `rating_count` int(10) unsigned NOT NULL DEFAULT '0', + `rating_sum` int(10) unsigned NOT NULL DEFAULT '0', `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) diff --git a/config/app_custom.php b/config/app_custom.php index 944a6413..5bc99875 100644 --- a/config/app_custom.php +++ b/config/app_custom.php @@ -241,7 +241,6 @@ ], 'generatorTasks' => [ ServiceTask::class, - //FormatIconFontAwesome4Task::class, IconRenderTask::class, ], 'classAnnotatorTasks' => [