Skip to content

Commit 6072057

Browse files
fix: remove extra comma
1 parent 6c354a9 commit 6072057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/database/userdb/init_userdb.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS `user_data` (
1515
gender VARCHAR(255) NOT NULL,
1616
degree VARCHAR(255) NOT NULL,
1717
degree_start INT NOT NULL,
18-
bio VARCHAR(1023) NOT NULL,
18+
bio VARCHAR(1023) NOT NULL
1919
);
2020

2121
-- user-interests table

0 commit comments

Comments
 (0)