add index to position updated at column for nodes table
This commit is contained in:
@ -56,6 +56,7 @@ model Node {
|
||||
|
||||
@@index(created_at)
|
||||
@@index(updated_at)
|
||||
@@index(position_updated_at)
|
||||
@@index(node_id)
|
||||
@@map("nodes")
|
||||
}
|
||||
|
Reference in New Issue
Block a user