drag reorder boards in admin, position respected on public site

This commit is contained in:
2026-03-22 07:55:08 +02:00
parent 393001c07c
commit a530ce67b0
4 changed files with 61 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ model Board {
rssEnabled Boolean @default(true)
rssFeedCount Int @default(50)
staleDays Int @default(0)
position Int @default(0)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt