Unknown column 'extra_info' in Chili db
This commit is contained in:
parent
f2af456c2a
commit
ec0b06cec0
|
@ -79,13 +79,11 @@ for v in $CHILI_ID_GITORIOUS_REPO; do
|
||||||
url,
|
url,
|
||||||
root_url,
|
root_url,
|
||||||
type,
|
type,
|
||||||
path_encoding,
|
path_encoding)
|
||||||
extra_info)
|
|
||||||
VALUES('$chili_project_id',
|
VALUES('$chili_project_id',
|
||||||
'$gitorious_path',
|
'$gitorious_path',
|
||||||
'$gitorious_path',
|
'$gitorious_path',
|
||||||
'Git',
|
'Git',
|
||||||
'',
|
|
||||||
'')"
|
'')"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue