HelloZeroNet / HelloZeroNet/ZeroNet
db from different files
- Lenguaje dominante
- JavaScript
- Estrellas
- 18.8k
- Forks
- 2.3k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Step 1: Please describe your environment
* ZeroNet version: 0.6.4 r3741
* Operating system: Win
* Web browser: Chrom
* Tor status: not disabled
* Opened port: yes
* Special configuration: ____---------
### Step 2: Describe the problem:
I created a table and wanted to fill it with lines from a file
***** dbschema.json
"maps": {
"data-static/content-media.json": {
"to_table": [
{
"node": "files_optional",
"table": "files_optional"
}
]
}
},
******
as I understand it because of the file name content-media.json, rows are not added to the table. If the name is changed to data.json, then everything works fine.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.