From bfeb11026d2c730d03e2826246bddc779573602f Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 8 Apr 2022 22:01:07 +0200 Subject: [PATCH] Forgot to change description --- application/migrations/090_make_mode_frequency_null.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/migrations/090_make_mode_frequency_null.php b/application/migrations/090_make_mode_frequency_null.php index af2d4aa3..6d8a332e 100644 --- a/application/migrations/090_make_mode_frequency_null.php +++ b/application/migrations/090_make_mode_frequency_null.php @@ -5,7 +5,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); /** * Class Migration_make_mode_frequency_null * - * Creates a varchar column in CAT table that holds value of propagation mode + * Modify frequency and mode column so that NULL is allowed + * Basically for propmode != SAT * */