mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(web): add optional order field and sort tweets accordingly
This commit is contained in:
@@ -27,6 +27,7 @@ export default defineSchema({
|
||||
|
||||
tweets: defineTable({
|
||||
tweetId: v.string(),
|
||||
order: v.optional(v.number()),
|
||||
}),
|
||||
|
||||
showcase: defineTable({
|
||||
|
||||
Reference in New Issue
Block a user