We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58e994 commit 49cfb39Copy full SHA for 49cfb39
scripts/setup-db.sql
@@ -19,7 +19,7 @@ CREATE TABLE IF NOT EXISTS print_data
19
color text,
20
width int,
21
height int,
22
- icondir varchar(255)
+ icon varchar(255)
23
)
24
WITH (
25
OIDS=FALSE
0 commit comments