Skip to content

Commit

Permalink
new teacher's password size
Browse files Browse the repository at this point in the history
  • Loading branch information
EuphoriaAbsorber authored Jan 23, 2024
1 parent 2a92f83 commit f79a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backdb-sql/2-create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CREATE TABLE
teachers (
id SERIAL PRIMARY KEY,
login VARCHAR(50) UNIQUE NOT NULL,
password VARCHAR(30),
password VARCHAR(56),
name VARCHAR(100) NOT NULL,
OAUTH2Token VARCHAR DEFAULT NULL
);
Expand Down

0 comments on commit f79a664

Please sign in to comment.