Skip to content

Commit

Permalink
fix: fix column order
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 4, 2025
1 parent a8c1902 commit e444f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ CREATE TABLE skins (
heading_color VARCHAR(6) DEFAULT NULL,
primary_color VARCHAR(6) DEFAULT NULL,
header_color VARCHAR(6) DEFAULT NULL,
logo VARCHAR(256) DEFAULT NULL,
theme VARCHAR(5) NOT NULL DEFAULT 'light',
logo VARCHAR(256) DEFAULT NULL,
PRIMARY KEY (id)
);

Expand Down

0 comments on commit e444f91

Please sign in to comment.