Testeado el batch de indices en dev.
This commit is contained in:
parent
d71b69a611
commit
c234679a10
7 changed files with 170 additions and 23 deletions
6
db_layer/db_init_scripts/4_create_valores_indices.sql
Normal file
6
db_layer/db_init_scripts/4_create_valores_indices.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE `valores_indices` (
|
||||
`fecha_valor` datetime NOT NULL,
|
||||
`nombre_indice` varchar(255) NOT NULL,
|
||||
`valor_indice` double NOT NULL,
|
||||
PRIMARY KEY (`fecha_valor`,`nombre_indice`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1 ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue