diff options
| author | horus | 2019-04-20 14:53:18 +0200 |
|---|---|---|
| committer | horus | 2019-04-20 14:53:18 +0200 |
| commit | 07a008424cd432b8e62c396423c7235f8a93c373 (patch) | |
| tree | d78ce2c3e06086c54d43b23fe64c3973723105f6 | |
| parent | 9407e1b46b3264888d1fe54ff9d5c37d8036c2e6 (diff) | |
| download | ghrss-07a008424cd432b8e62c396423c7235f8a93c373.tar.gz | |
Bugfix
| -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) |
