summaryrefslogtreecommitdiff
path: root/packages/backend/src/models/entities/instance.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-164/+0
|
* chore: synchronize code and database schema (#8577)Johann1502022-05-051-10/+10
| | | | | | | | | | * 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
* delete needless instance drive columnssyuilo2022-03-071-16/+0
|
* refactor: Use ESM (#8358)syuilo2022-02-271-1/+1
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix lintsyuilo2021-12-091-7/+7
|
* refactoringsyuilo2021-11-121-0/+180
Resolve #7779