Skip to content

Commit 49cfb39

Browse files
author
joschi77
committed
-
1 parent f58e994 commit 49cfb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup-db.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CREATE TABLE IF NOT EXISTS print_data
1919
color text,
2020
width int,
2121
height int,
22-
icondir varchar(255)
22+
icon varchar(255)
2323
)
2424
WITH (
2525
OIDS=FALSE

0 commit comments

Comments
 (0)