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,
|
||||
root_url,
|
||||
type,
|
||||
path_encoding,
|
||||
extra_info)
|
||||
path_encoding)
|
||||
VALUES('$PROJECTID',
|
||||
'${repos_paths[$i]}',
|
||||
'${repos_paths[$i]}',
|
||||
'${repos_types[$i]}',
|
||||
'',
|
||||
'')"
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user