Continue MMC

This commit is contained in:
Александр Бабкин
2022-07-14 11:01:44 +03:00
parent 30950a120e
commit 97bacd4423
10 changed files with 158 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ class ProjectTableSeeder extends Seeder
DB::table('projects')->insert([
'name' => 'Ил-76МД90А',
'description' => 'АОС Ил-76МД90А',
'mmc_path' => '/Docs/Project/643 Россия/IL-76MD-90А_ru/2_MMC',
'mmc_path' => '/home/shurick/tmp/mmc',
]);
}