mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Ajout de la BD OCOM
This commit is contained in:
@@ -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"]'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user