How to waste an hour 101

This commit is contained in:
2026-01-15 21:28:24 -07:00
parent 50e385273d
commit 3010195ee3

View File

@@ -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(),