ChiliProject db: extra_info column removed from repositories table.

This commit is contained in:
Kolan Sh 2012-07-31 11:40:44 +04:00
parent af963120c3
commit bf962f86b7
1 changed files with 1 additions and 3 deletions

View File

@ -110,12 +110,10 @@ for i in `seq 0 $((nrepos-1))`; do
url,
root_url,
type,
path_encoding,
extra_info)
path_encoding)
VALUES('$PROJECTID',
'${repos_paths[$i]}',
'${repos_paths[$i]}',
'${repos_types[$i]}',
'',
'')"
done