From: marina Date: Tue, 6 Aug 2024 09:45:58 +0000 (+0300) Subject: ERP-85 Реализовать обмен данных с 1С Бухгалтерия X-Git-Tag: 1.4~22^2~37 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=fb9aa45184b9ef9131fb5333a6b53d51cae58159;p=erp24_rep%2Fyii-erp24%2F.git ERP-85 Реализовать обмен данных с 1С Бухгалтерия --- diff --git a/erp24/migrations/m240805_071431_create_api_cron_buh_table.php b/erp24/migrations/m240805_071431_create_api_cron_buh_table.php index d531b5d7..0bb353bd 100644 --- a/erp24/migrations/m240805_071431_create_api_cron_buh_table.php +++ b/erp24/migrations/m240805_071431_create_api_cron_buh_table.php @@ -15,7 +15,7 @@ class m240805_071431_create_api_cron_buh_table extends Migration $this->createTable('{{%erp24.api_cron_buh}}', [ 'id' => $this->primaryKey(), 'date' => $this->dateTime()->notNull(), - 'date_up' => $this->dateTime()->notNull(), + 'date_up' => $this->dateTime(), 'status' => $this->integer()->notNull()->defaultValue(0)->comment('Статус'), 'json_post' => $this->text()->null()->comment('Тело запроса'), 'request_id' => $this->string(36)->notNull()->comment('id запроса'),