mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 16:30:13 +01:00
Updated From Previous Export (markdown)
parent
399de066c3
commit
c631ffe389
1 changed files with 13 additions and 1 deletions
|
|
@ -12,3 +12,15 @@ cat board.json | xclip -se c
|
||||||
3. At input field, right click / Paste as Text.
|
3. At input field, right click / Paste as Text.
|
||||||
|
|
||||||
4. Click Import.
|
4. Click Import.
|
||||||
|
|
||||||
|
## JSON to SQLite3
|
||||||
|
|
||||||
|
```
|
||||||
|
sqlite3 wekan.db
|
||||||
|
|
||||||
|
.mode json
|
||||||
|
|
||||||
|
.load wekan-export-board.json board
|
||||||
|
```
|
||||||
|
|
||||||
|
To be continued
|
||||||
Loading…
Add table
Add a link
Reference in a new issue