seed and wipe sessions file
This commit is contained in:
parent
ef842f5758
commit
cb73688a99
2 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ $users = [
|
|||
|
||||
$plans = [];
|
||||
$scheduledNodes = [];
|
||||
$sessions = [];
|
||||
|
||||
$fileDataMap = [
|
||||
'texts.json' => $texts,
|
||||
|
|
@ -47,6 +48,7 @@ $fileDataMap = [
|
|||
'users.json' => $users,
|
||||
'plans.json' => $plans,
|
||||
'scheduledNodes.json' => $scheduledNodes,
|
||||
'sessions.json' => $sessions,
|
||||
];
|
||||
|
||||
foreach ($fileDataMap as $file => $data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue