@tomei/rental 0.17.3-staging.2 → 0.17.3-staging.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/rental",
3
- "version": "0.17.3-staging.2",
3
+ "version": "0.17.3-staging.3",
4
4
  "description": "Tomei Rental Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -101,6 +101,8 @@ export class Agreement extends ObjectBase {
101
101
  rental_AgreementSignature hs
102
102
  WHERE
103
103
  hs.AgreementNo = '${agreementNo}'
104
+ ORDER BY
105
+ hs.CreatedAt ASC
104
106
  `;
105
107
 
106
108
  const db = rentalDb.getConnection();