]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-85 Реализовать обмен данных с 1С Бухгалтерия
authormarina <m.zozirova@gmail.com>
Tue, 6 Aug 2024 09:45:58 +0000 (12:45 +0300)
committermarina <m.zozirova@gmail.com>
Tue, 6 Aug 2024 09:45:58 +0000 (12:45 +0300)
erp24/migrations/m240805_071431_create_api_cron_buh_table.php

index d531b5d7ddf390197b59141a543e1a2e521db2c2..0bb353bdcd422bc1977e075c7bcc8591c371dba8 100644 (file)
@@ -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 запроса'),