mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated From Previous Export (markdown)
parent
399de066c3
commit
c631ffe389
1 changed files with 13 additions and 1 deletions
|
|
@ -11,4 +11,16 @@ cat board.json | xclip -se c
|
|||
|
||||
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