Revert "feat: お知らせの優先順位機能 (#118)"

This reverts commit fe0f7a91a3.
This commit is contained in:
まっちゃとーにゅ
2023-08-15 16:44:54 +09:00
parent eeef3965b7
commit 04fefb2056
12 changed files with 69 additions and 131 deletions

View File

@@ -38,13 +38,6 @@ export class Announcement {
})
public imageUrl: string | null;
// UIに表示する際の並び順用(大きいほど先頭)
@Index()
@Column('integer', {
default: 0,
})
public displayOrder: number;
@Index()
@Column('varchar', {
...id(),