fix: make it work with new vite
This commit is contained in:
@@ -43,7 +43,7 @@ export const performanceTable = sqliteTable("performance", {
|
||||
|
||||
export const imageTable = sqliteTable("image", {
|
||||
createdAt: integer("created_at", { mode: "timestamp" }).default(
|
||||
sql`(current_timestamp)`,
|
||||
sql`(unixepoch())`,
|
||||
),
|
||||
url: text().notNull(),
|
||||
average: text().notNull(),
|
||||
|
||||
Reference in New Issue
Block a user