Skip to content

Commit

Permalink
Moar integer tags (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
h31 authored Oct 26, 2020
1 parent 9ee6493 commit 25eee2d
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
INSERT INTO tag (id, name, style)
VALUES (DEFAULT, '-25', '{"color": "#710000", "backgroundColor": "white"}');

INSERT INTO tag (id, name, style)
VALUES (DEFAULT, '-30', '{"color": "#660000", "backgroundColor": "white"}');

INSERT INTO tag (id, name, style)
VALUES (DEFAULT, '-35', '{"color": "#610000", "backgroundColor": "white"}');

INSERT INTO tag (id, name, style)
VALUES (DEFAULT, '-40', '{"color": "#550000", "backgroundColor": "white"}');

INSERT INTO tag (id, name, style)
VALUES (DEFAULT, '-45', '{"color": "#510000", "backgroundColor": "white"}');

INSERT INTO tag (id, name, style)
VALUES (DEFAULT, '-50', '{"color": "#440000", "backgroundColor": "white"}');

0 comments on commit 25eee2d

Please sign in to comment.