Compare commits
3 commits
9c408e07b0
...
005a366883
Author | SHA1 | Date | |
---|---|---|---|
005a366883 | |||
aebc799966 | |||
7f64065589 |
1 changed files with 4 additions and 0 deletions
|
@ -1,10 +1,14 @@
|
|||
INSERT INTO claim (
|
||||
Id,
|
||||
WhenCreated,
|
||||
WhenUpdated,
|
||||
ClaimId,
|
||||
InventoryId
|
||||
)
|
||||
SELECT
|
||||
UUID(),
|
||||
NOW(),
|
||||
NOW(),
|
||||
ClaimId,
|
||||
Id
|
||||
FROM inventory;
|
Loading…
Reference in a new issue