dnote/pkg/cli/migrate/fixtures/legacy-7-post-actions.json
Sung Won Cho 23a511dbe0
Improve package structure (#207)
* Improve package structure

* Set up travis
2019-06-25 19:20:19 +10:00

100 lines
2.3 KiB
JSON

[
{
"uuid": "6db32903-34de-489e-b0f6-7d6de28d4dae",
"schema": 1,
"type": "add_book",
"data": { "book_name": "js" },
"timestamp": 1536371120
},
{
"uuid": "d05db626-262c-4dc6-98e0-a53c8e823d32",
"schema": 2,
"type": "add_note",
"data": {
"note_uuid": "bd287e73-d4a1-4bd7-86a3-fe25f2f32c7d",
"book_name": "js",
"content": "hello world",
"public": false
},
"timestamp": 1536371120
},
{
"uuid": "89c49736-eab0-49a5-9a4c-5a607a100d89",
"schema": 1,
"type": "add_book",
"data": { "book_name": "linux" },
"timestamp": 1536371129
},
{
"uuid": "2e0b213c-0ebb-4253-ab1a-c989007b1718",
"schema": 2,
"type": "add_note",
"data": {
"note_uuid": "8c5a9f78-77a2-4793-a099-dabe233aa814",
"book_name": "linux",
"content": "hello linux",
"public": false
},
"timestamp": 1536371129
},
{
"uuid": "e4c8d8db-56a7-43e2-9085-b1b52d9aa8d7",
"schema": 2,
"type": "add_note",
"data": {
"note_uuid": "adb9b7ea-94da-4165-9333-dcf41daa132b",
"book_name": "js",
"content": "hello js",
"public": false
},
"timestamp": 1536371137
},
{
"uuid": "9b6bada1-df42-4cbb-b076-5219bb3cd3ba",
"schema": 2,
"type": "add_note",
"data": {
"note_uuid": "30e5a702-45aa-4138-9f41-8175691d7474",
"book_name": "js",
"content": "hello js2",
"public": false
},
"timestamp": 1536371139
},
{
"uuid": "3c364f1d-5da0-4beb-9cd9-6388cb7e55e9",
"schema": 2,
"type": "edit_note",
"data": {
"note_uuid": "adb9b7ea-94da-4165-9333-dcf41daa132b",
"from_book": "js",
"to_book": null,
"content": "hello edited world",
"public": null
},
"timestamp": 1536371154
},
{
"uuid": "553f9cda-b3ee-4c7f-b11a-f7eaf4d45048",
"schema": 2,
"type": "edit_note",
"data": {
"note_uuid": "8c5a9f78-77a2-4793-a099-dabe233aa814",
"from_book": "linux",
"to_book": null,
"content": "hello edited linux",
"public": null
},
"timestamp": 1536371169
},
{
"uuid": "b9980b72-eaa9-4d02-a31b-c580234a9452",
"schema": 1,
"type": "remove_note",
"data": {
"note_uuid": "30e5a702-45aa-4138-9f41-8175691d7474",
"book_name": "js"
},
"timestamp": 1536371181
}
]