Unknown column 'extra_info' in Chili db

This commit is contained in:
Kolan Sh 2012-08-06 13:23:17 +04:00
parent f2af456c2a
commit ec0b06cec0
1 changed files with 1 additions and 3 deletions

View File

@ -79,13 +79,11 @@ for v in $CHILI_ID_GITORIOUS_REPO; do
url,
root_url,
type,
path_encoding,
extra_info)
path_encoding)
VALUES('$chili_project_id',
'$gitorious_path',
'$gitorious_path',
'Git',
'',
'')"
fi
;;