mirror of
https://github.com/khairul169/github-leaderboard.git
synced 2026-09-17 09:53:21 +07:00
feat: add view leaderboard item
This commit is contained in:
@@ -15,7 +15,7 @@ export const repositories = sqliteTable(
|
||||
uri: text("uri").notNull(),
|
||||
language: text("language").notNull(),
|
||||
stars: integer("stars").notNull(),
|
||||
forks: integer("stars").notNull(),
|
||||
forks: integer("forks").notNull(),
|
||||
lastUpdate: text("last_update").notNull(),
|
||||
languages: text("languages", { mode: "json" }).$type<Language[]>(),
|
||||
contributors: text("contributors", { mode: "json" }).$type<Contributor[]>(),
|
||||
|
||||
Reference in New Issue
Block a user