Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a4d8455

Browse files
increased size of column link - dynamic qrcode
increased size of column link - dynamic qrcode
1 parent 5ac3389 commit a4d8455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install/sql/sample_data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CREATE TABLE IF NOT EXISTS `#prefix#dynamic_qrcodes` (
2727
`filename` varchar(45) NOT NULL,
2828
`format` varchar(45) DEFAULT NULL,
2929
`identifier` longtext,
30-
`link` varchar(100) DEFAULT NULL,
30+
`link` varchar(500) DEFAULT NULL,
3131
`qrcode` varchar(60) DEFAULT NULL,
3232
`scan` int(11) NOT NULL DEFAULT '0',
3333
`state` varchar(20) NOT NULL DEFAULT 'enable',

0 commit comments

Comments
 (0)