Skip to content

Commit

Permalink
#347: Bring in capitalized social networks
Browse files Browse the repository at this point in the history
  • Loading branch information
seidior committed Jun 3, 2022
2 parents e933426 + faa7ca7 commit 1a9ba1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/migration/V016__add_more_social_networks.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
INSERT INTO `social_networks` (`network_name`, `protocol`, `base_url`)
VALUES
('github', '//', 'github.com/'),
('linkedin', '//', 'linkedin.com/in/'),
('twitter', '//', 'twitter.com/'),
('reddit', '//', 'reddit.com/user/'),
('GitHub', '//', 'github.com/'),
('LinkedIn', '//', 'linkedin.com/in/'),
('Twitter', '//', 'twitter.com/'),
('Reddit', '//', 'reddit.com/user/'),
('website', '//', ''),
('dribbble', '//', 'dribbble.com/user/'),
('Dribbble', '//', 'dribbble.com/user/'),
('email', 'mailto:', '');

0 comments on commit 1a9ba1e

Please sign in to comment.