Changeset - de0a4653463b
[Not reviewed]
default
0 1 0
Laman - 7 years ago 2018-05-14 15:06:58

optimalizace: index na jménech hráčů
1 file changed with 1 insertions and 0 deletions:
egd.py
1
0 comments (0 inline, 0 general)
egd.py
Show inline comments
 
@@ -72,6 +72,7 @@ def setupDB():
 
	cursor.execute("""create index pp_tournament_code on players_performance (tournament_code)""")
 
	cursor.execute("""create index pp_country_ind on players_performance (country_code)""")
 
	cursor.execute("""create index t_datum_ind on tournaments (datum)""")
 
	cursor.execute("""create index p_name_ind on players (name)""")
 

	
 
	connection.commit()
 

	
0 comments (0 inline, 0 general)