Add dates to migration script
This commit is contained in:
parent
9c408e07b0
commit
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