Compare commits

..

No commits in common. "005a366883c4d7ce050904845ab1b97909fb6065" and "9c408e07b0123d3d43595125ceddba872db62ce4" have entirely different histories.

View file

@ -1,14 +1,10 @@
INSERT INTO claim (
Id,
WhenCreated,
WhenUpdated,
ClaimId,
InventoryId
)
SELECT
UUID(),
NOW(),
NOW(),
ClaimId,
Id
FROM inventory;