mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-16 09:48: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": {
|
"exchange_version": {
|
||||||
"name": "exchange_version",
|
"name": "exchange_version",
|
||||||
"type": "VARCHAR(50)",
|
"type": "VARCHAR(50)",
|
||||||
"null": null
|
"null": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,14 +51,6 @@ final class InterfaceManagerMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static $table = 'exchange';
|
protected static $table = 'exchange';
|
||||||
|
|
||||||
/**
|
|
||||||
* Created at.
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
protected static $createdAt = 'exchange_created_at';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Primary field name.
|
* Primary field name.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user