@ronin/compiler 0.17.6-leo-ron-1099-experimental-391 → 0.17.6-leo-ron-1099-experimental-392
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -857,6 +857,7 @@ var handleTo = (models, model, statementParams, queryType, dependencyStatements,
|
|
857
857
|
...toInstruction.ronin
|
858
858
|
} : {
|
859
859
|
// If records are being updated, bump their update time.
|
860
|
+
// The creation time is already set using a default value in the DB.
|
860
861
|
...queryType === "set" ? { updatedAt: CURRENT_TIME_EXPRESSION } : {},
|
861
862
|
// Allow for overwriting the default values provided above.
|
862
863
|
...toInstruction.ronin
|
package/package.json
CHANGED