visuddhinanda 3 лет назад
Родитель
Сommit
5268e0e3b7
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Console/Commands/UpgradeRegular.php

+ 2 - 1
app/Console/Commands/UpgradeRegular.php

@@ -175,10 +175,11 @@ class UpgradeRegular extends Command
 								'grammar' => $newGrammar,
 								'parent' => $word->word,
 								'factors' => "{$word->word}+[{$newEnding}]",
-								'source' => '_SYS_REGULAR_'
+								'dict_id' => '57afac99-0887-455c-b18e-67c8682158b0'
 							],
 							[
 								'id' => app('snowflake')->id(),
+								'source' => '_ROBOT_',
 								'create_time'=>(int)(microtime(true)*1000)
 							]
 						);