Files
seatmapv1/tests/functional/003_columns/004_update_barcodes_id_column.log
zino 1392bd3a96 Squashed 'seatmap-webapi/' content from commit 02d4bf7
git-subtree-dir: seatmap-webapi
git-subtree-split: 02d4bf7404b8fcb788502ca45c813946b6c4f5b9
2021-01-20 12:59:59 +01:00

38 lines
626 B
Plaintext

skip-for-sqlite: table (columns) cannot be altered online
===
PUT /columns/barcodes/id
{"name":"id2","type":"bigint"}
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 4
true
===
GET /columns/barcodes/id2
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 40
{"name":"id2","type":"bigint","pk":true}
===
PUT /columns/barcodes/id2
{"name":"id","type":"integer"}
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 4
true
===
GET /columns/barcodes/id
===
200
Content-Type: application/json; charset=utf-8
Content-Length: 40
{"name":"id","type":"integer","pk":true}