From 3010195ee38bd71fb76ed278201c72967fcd959d Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Thu, 15 Jan 2026 21:28:24 -0700 Subject: [PATCH] How to waste an hour 101 --- src/lib/tables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tables.ts b/src/lib/tables.ts index ec37251..cb21715 100644 --- a/src/lib/tables.ts +++ b/src/lib/tables.ts @@ -76,7 +76,7 @@ export const berryDashUserData = mysqlTable('userdata', { .notNull() }) -export const berryDashUserPosts = mysqlTable('userdata', { +export const berryDashUserPosts = mysqlTable('userposts', { id: int('id').primaryKey().autoincrement().notNull(), userId: int('userId').notNull(), content: text('content').notNull(),