much cleaner sorting logic

This commit is contained in:
Daniel
2023-06-14 08:10:23 +03:30
parent 8d094f320a
commit 6323badbaf
16 changed files with 135 additions and 282 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ model Link {
id Int @id @default(autoincrement())
name String
url String
title String
description String @default("")
pinnedBy User[]