HelloZeroNet / HelloZeroNet/ZeroNet
db from different files
- Vorherrschende Sprache
- JavaScript
- Sterne
- 18.8k
- Forks
- 2.3k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### 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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.