Skip to content

Commit 78150ff

Browse files
heydoyouknowme0aryansri-19
authored andcommitted
fix: courses nature
1 parent 47c98af commit 78150ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/db/schema/courses.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const courses = pgTable('courses', (t) => ({
2020
.array()
2121
.default(sql`'{}'`)
2222
.notNull(),
23-
nature: t.char({ length: 3 }).notNull(),
23+
nature: t.char({ length: 20 }).notNull(),
2424
objectives: t
2525
.text()
2626
.array()

0 commit comments

Comments
 (0)