Compare commits
No commits in common. "005a366883c4d7ce050904845ab1b97909fb6065" and "9c408e07b0123d3d43595125ceddba872db62ce4" have entirely different histories.
005a366883
...
9c408e07b0
1 changed files with 0 additions and 4 deletions
|
@ -1,14 +1,10 @@
|
|||
INSERT INTO claim (
|
||||
Id,
|
||||
WhenCreated,
|
||||
WhenUpdated,
|
||||
ClaimId,
|
||||
InventoryId
|
||||
)
|
||||
SELECT
|
||||
UUID(),
|
||||
NOW(),
|
||||
NOW(),
|
||||
ClaimId,
|
||||
Id
|
||||
FROM inventory;
|
Loading…
Reference in a new issue