removed github domain and url from schema.go for unit tests
This commit is contained in:
parent
a200c7a0a2
commit
2867818679
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ CREATE TABLE settings (
|
||||||
id INTEGER PRIMARY KEY
|
id INTEGER PRIMARY KEY
|
||||||
,github_key VARCHAR(255)
|
,github_key VARCHAR(255)
|
||||||
,github_secret VARCHAR(255)
|
,github_secret VARCHAR(255)
|
||||||
,github_domain VARCHAR(255)
|
|
||||||
,github_apiurl VARCHAR(255)
|
|
||||||
,bitbucket_key VARCHAR(255)
|
,bitbucket_key VARCHAR(255)
|
||||||
,bitbucket_secret VARCHAR(255)
|
,bitbucket_secret VARCHAR(255)
|
||||||
,smtp_server VARCHAR(1024)
|
,smtp_server VARCHAR(1024)
|
||||||
|
|
Loading…
Reference in a new issue