mirror of
https://github.com/beestat/app.git
synced 2026-05-13 10:52:29 -04:00
Fixed #157 - Re-evaluate converged columns
Removed "json_" prefixes from all columns and converted columns to actual JSON types. Also removed all converged columns and converted contents to regular columns.
This commit is contained in:
@@ -7,15 +7,6 @@
|
||||
*/
|
||||
class external_api_log extends cora\crud {
|
||||
|
||||
public static $converged = [
|
||||
'request' => [
|
||||
'type' => 'json'
|
||||
],
|
||||
'response' => [
|
||||
'type' => 'string'
|
||||
]
|
||||
];
|
||||
|
||||
/**
|
||||
* Insert an item into the log table using the transactionless database
|
||||
* connection.
|
||||
|
||||
Reference in New Issue
Block a user