Skip to content

Commit

Permalink
Update config/db/mysql-create-tables.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Thijs Kinkhorst <[email protected]>
  • Loading branch information
phavekes and thijskh authored Feb 16, 2024
1 parent da7cb8e commit 88881cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/db/mysql-create-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS user (
tmpblockattempts integer,
blocked tinyint(1),
notificationtype varchar(10),
notificationaddress varchar(256)
notificationaddress varchar(255)
);

CREATE TABLE IF NOT EXISTS tiqrstate (
Expand Down

0 comments on commit 88881cc

Please sign in to comment.