Skip to content

Commit

Permalink
hotfix: alter users table to enforce username length constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 29, 2025
1 parent 0d5b313 commit 252aab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/db/migration/V19__alter-table-users.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE users
MODIFY COLUMN
username varchar(100) NOT NULL;

0 comments on commit 252aab8

Please sign in to comment.