Skip to content

Commit fb55bd0

Browse files
authored
update schema.sql
removed the extra ,
1 parent 7eac1c0 commit fb55bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authentication/src/main/resources/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ CREATE TABLE users (
33
user_id BIGINT PRIMARY KEY auto_increment,
44
username VARCHAR(128) UNIQUE,
55
password VARCHAR(256),
6-
enabled BOOL,
6+
enabled BOOL
77
);
88

0 commit comments

Comments
 (0)