Ajout de la BD OCOM

This commit is contained in:
George Frederick "Buzz" Beurling
2020-03-14 09:51:26 -04:00
parent 7433051f85
commit 8a0e09cb80
12 changed files with 434 additions and 40 deletions

View File

@@ -256,6 +256,16 @@ class ConfigsTableSeeder extends Seeder
'name' => 'is_Google_Drive_enabled',
'state' => 0,
'data' => '["false"]'
],
[
'name' => 'instruction_year_begin',
'state' => 0,
'data' => '["2019-08-1"]'
],
[
'name' => 'instruction_year_end',
'state' => 0,
'data' => '["2020-05-31"]'
]
];