Squashed 'seatmap-webapi/' content from commit 02d4bf7
git-subtree-dir: seatmap-webapi git-subtree-split: 02d4bf7404b8fcb788502ca45c813946b6c4f5b9
This commit is contained in:
27
tests/functional/003_columns/011_create_barcodes_column.log
Normal file
27
tests/functional/003_columns/011_create_barcodes_column.log
Normal file
@@ -0,0 +1,27 @@
|
||||
skip-for-sqlite: table (columns) cannot be altered online
|
||||
===
|
||||
POST /columns/barcodes
|
||||
|
||||
{"name":"alternative_product_id","type":"integer","nullable":true,"fk":"products"}
|
||||
===
|
||||
200
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Content-Length: 4
|
||||
|
||||
true
|
||||
===
|
||||
GET /columns/barcodes/alternative_product_id
|
||||
===
|
||||
200
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Content-Length: 82
|
||||
|
||||
{"name":"alternative_product_id","type":"integer","nullable":true,"fk":"products"}
|
||||
===
|
||||
DELETE /columns/barcodes/alternative_product_id
|
||||
===
|
||||
200
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Content-Length: 4
|
||||
|
||||
true
|
||||
Reference in New Issue
Block a user