We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cfb39 commit 86f9a79Copy full SHA for 86f9a79
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
- icon varchar(255)
+ icondir varchar(255)
23
)
24
WITH (
25
OIDS=FALSE
0 commit comments