From bf542291f71a3cc353b17959a3d61c865bca7b56 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 26 Feb 2019 21:42:51 +0100 Subject: [PATCH] Test fixes after module+builder test extension --- Admin/Install/db.json | 2 +- Models/InterfaceManagerMapper.php | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 9d20694..f934ac2 100644 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -37,7 +37,7 @@ "exchange_version": { "name": "exchange_version", "type": "VARCHAR(50)", - "null": null + "null": false } } } diff --git a/Models/InterfaceManagerMapper.php b/Models/InterfaceManagerMapper.php index 7a5d959..5d130fa 100644 --- a/Models/InterfaceManagerMapper.php +++ b/Models/InterfaceManagerMapper.php @@ -51,14 +51,6 @@ final class InterfaceManagerMapper extends DataMapperAbstract */ protected static $table = 'exchange'; - /** - * Created at. - * - * @var string - * @since 1.0.0 - */ - protected static $createdAt = 'exchange_created_at'; - /** * Primary field name. *