updates
This commit is contained in:
parent
b966118256
commit
5215c06b18
@ -114,18 +114,18 @@ async function addDb({ dbFullName, tableName, data, tableSchema, duplicateColumn
|
|||||||
|
|
||||||
/** ********************************************** */
|
/** ********************************************** */
|
||||||
|
|
||||||
insertKeysArray.push("date_created");
|
insertKeysArray.push("`date_created`");
|
||||||
insertValuesArray.push(Date());
|
insertValuesArray.push(Date());
|
||||||
|
|
||||||
insertKeysArray.push("date_created_code");
|
insertKeysArray.push("`date_created_code`");
|
||||||
insertValuesArray.push(Date.now());
|
insertValuesArray.push(Date.now());
|
||||||
|
|
||||||
/** ********************************************** */
|
/** ********************************************** */
|
||||||
|
|
||||||
insertKeysArray.push("date_updated");
|
insertKeysArray.push("`date_updated`");
|
||||||
insertValuesArray.push(Date());
|
insertValuesArray.push(Date());
|
||||||
|
|
||||||
insertKeysArray.push("date_updated_code");
|
insertKeysArray.push("`date_updated_code`");
|
||||||
insertValuesArray.push(Date.now());
|
insertValuesArray.push(Date.now());
|
||||||
|
|
||||||
/** ********************************************** */
|
/** ********************************************** */
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "1.1.72",
|
"version": "1.1.73",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user