Subversion Repositories eFlore/Applications.del

Rev

Rev 1377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1377 Rev 1444
Line 17... Line 17...
17
# maj1 contient: 201309-index-views.sql
17
# maj1 contient: 201309-index-views.sql
18
o_maj1: fichiers_generes = $(addsuffix .comp.sql,$(filter-out clean,$?))
18
o_maj1: fichiers_generes = $(addsuffix .comp.sql,$(filter-out clean,$?))
19
o_maj1: clean o_201309-index-views
19
o_maj1: clean o_201309-index-views
20
	cat $(fichiers_generes) > maj1.comp.sql
20
	cat $(fichiers_generes) > maj1.comp.sql
Line -... Line 21...
-
 
21
 
-
 
22
 
-
 
23
# maj1 contient: 201310-propret.sql
-
 
24
o_maj2: fichiers_generes = $(addsuffix .comp.sql,$(filter-out clean,$?))
-
 
25
o_maj2: clean o_201310-propret
-
 
26
	cat $(fichiers_generes) > maj2.comp.sql
-
 
27
 
21
 
28
 
22
# SHOW INDEX FROM cel_obs WHERE Key_name = 'transmission';
29
# SHOW INDEX FROM cel_obs WHERE Key_name = 'transmission';
23
# SHOW INDEX FROM cel_obs WHERE Key_name = 'date_transmission';
30
# SHOW INDEX FROM cel_obs WHERE Key_name = 'date_transmission';
24
o_201309-index-views:
31
o_201309-index-views:
-
 
32
	$(call do_subst,201309-index-views.sql) > $@.comp.sql
-
 
33
 
-
 
34
# SHOW COLUMNS FROM del_commentaire LIKE 'proposition_retenu';
-
 
35
o_201310-propret: