HelloZeroNet / HelloZeroNet/ZeroNet
db from different files
- Lingua principale
- JavaScript
- Stelle
- 18.8k
- Fork
- 2.3k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### 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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.