ChiliProject db: extra_info column removed from repositories table.
This commit is contained in:
parent
af963120c3
commit
bf962f86b7
@ -110,12 +110,10 @@ for i in `seq 0 $((nrepos-1))`; do
|
|||||||
url,
|
url,
|
||||||
root_url,
|
root_url,
|
||||||
type,
|
type,
|
||||||
path_encoding,
|
path_encoding)
|
||||||
extra_info)
|
|
||||||
VALUES('$PROJECTID',
|
VALUES('$PROJECTID',
|
||||||
'${repos_paths[$i]}',
|
'${repos_paths[$i]}',
|
||||||
'${repos_paths[$i]}',
|
'${repos_paths[$i]}',
|
||||||
'${repos_types[$i]}',
|
'${repos_types[$i]}',
|
||||||
'',
|
|
||||||
'')"
|
'')"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user