Skip to content

Commit

Permalink
chore: remove userListUserId Denormalized field from MiUserListJoining
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Oct 12, 2023
1 parent d1dab2e commit 27c9cbc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
22 changes: 0 additions & 22 deletions packages/backend/migration/1696807733453-userListUserId.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/backend/migration/1696808725134-userListUserId-2.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/backend/src/models/UserListJoining.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,4 @@ export class MiUserListJoining {
})
@JoinColumn()
public userList: MiUserList | null;

//#region Denormalized fields
@Column({
...id(),
})
public userListUserId: MiUser['id'];
//#endregion
}

0 comments on commit 27c9cbc

Please sign in to comment.