mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-01 18:58:41 +00:00
Test fixes after module+builder test extension
This commit is contained in:
parent
d305f9a430
commit
bf542291f7
|
|
@ -37,7 +37,7 @@
|
|||
"exchange_version": {
|
||||
"name": "exchange_version",
|
||||
"type": "VARCHAR(50)",
|
||||
"null": null
|
||||
"null": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user