www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a1f360d9116d8044c5e6b68cf545ba0123754061
parent 8baed1639df1c242915e52c5e65490213f116c4b
Author: Bertrand BRUN <bertrand0brun@gmail.com>
Date:   Mon, 23 May 2011 00:23:47 +0200

Merge branch 'unstable' of https://github.com/jsmaniac/2011-m1s2-ter into unstable

Diffstat:
Mcode/serveur/dump2sqlite.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/serveur/dump2sqlite.sh b/code/serveur/dump2sqlite.sh @@ -83,6 +83,6 @@ insert into random_cloud_node(eid,nbneighbors) select eid,sum(nb) from ( group by end ) where type = 1 group by eid; create index i_random_cloud_node_nbneighbors on random_cloud_node(nbneighbors); -insert into random_center_node(eid) select eid from random_cloud_node where nbneighbors > 3; +insert into random_center_node(eid) select eid from random_cloud_node where nbneighbors > 6; commit; EOF