diff options
| -rw-r--r-- | database.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.go b/database.go index 9092da2..c6434ff 100644 --- a/database.go +++ b/database.go @@ -92,7 +92,7 @@ ORDER BY created_at DESC; INSERT IGNORE INTO platform (id, name, url) VALUES ( NULL, "Github", - "https://github.com/" + "https://github.com" ); ` _, err = app.DB.Exec(init_platform_query) |
