1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

chore(server): typeorm definitions fix part 3 (#1796)

* chore(server): tidy up exif typeorm entity definition

* chore(server): tidy up shared link typeorm entity definition

* chore(server): tidy up smart info typeorm entity definition

* chore(server): tidy up tag typeorm entity definition

* ci: add job that checks typeorm migrations are correct and up-to-date
This commit is contained in:
Zack Pollard
2023-02-20 01:50:27 +00:00
committed by GitHub
parent 5d3e8f17d1
commit d1ea6a897e
21 changed files with 140 additions and 101 deletions

View File

@ -16,11 +16,6 @@ void main() {
// final instance = ExifResponseDto();
group('test ExifResponseDto', () {
// int id
test('to test the property `id`', () async {
// TODO
});
// int fileSizeInByte
test('to test the property `fileSizeInByte`', () async {
// TODO