summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/entities/auth-session.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: synchronize code and database schema (#8577)Johann1502022-05-051-1/+1
| | | | | | | | | | * chore: remove default null null is always the default value if a table column is nullable, and typeorm's @Column only accepts strings for default. * chore: synchronize code with database schema * chore: sync generated migrations with code
* refactor: Use ESM (#8358)syuilo2022-02-271-3/+3
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix lintsyuilo2021-12-091-5/+5
|
* refactoringsyuilo2021-11-121-0/+43
Resolve #7779