user.service

This commit is contained in:
2025-02-13 14:21:59 -06:00
parent d180cd70e8
commit 71ddc7eb3e
6 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
{
"id": "2bed4eae-3e6e-414b-85e2-d16e632c17ef",
"id": "c323fb0d-9c45-4675-9d26-195222c7f89c",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
@@ -195,19 +195,19 @@
"primaryKey": false,
"notNull": false
},
"inserted": {
"name": "inserted",
"type": "timestamp",
"primaryKey": false,
"notNull": false,
"default": "now()"
},
"lastLogin": {
"name": "lastLogin",
"type": "timestamp",
"primaryKey": false,
"notNull": false,
"default": "now()"
},
"numberOfLogins": {
"name": "numberOfLogins",
"type": "integer",
"primaryKey": false,
"notNull": false,
"default": 1
}
},
"indexes": {