Skip to content

Commit e76e8df

Browse files
authored
Merge pull request #573 from karlomikus/develop
Fix import
2 parents f169370 + 6f2a959 commit e76e8df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v5.13.1
2+
## Fixes
3+
- Fixed datapack import trying to set wrong unknown columns
4+
15
# v5.13.0
26
## New
37
- Added `kanidm` SSO provider

app/External/Import/FromDataPack.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,6 @@ private function importBaseCocktails(Filesystem $dataDisk, Bar $bar, User $user)
409409
'amount' => $substitute->amount->amountMin,
410410
'amount_max' => $substitute->amount->amountMax,
411411
'units' => $substitute->amount->units->value,
412-
'created_at' => now(),
413-
'updated_at' => null,
414412
];
415413
}
416414
}

0 commit comments

Comments
 (0)