mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Add createdAt to org insert
This commit is contained in:
@@ -136,7 +136,8 @@ export async function createOrg(
|
|||||||
.values({
|
.values({
|
||||||
orgId,
|
orgId,
|
||||||
name,
|
name,
|
||||||
subnet
|
subnet,
|
||||||
|
createdAt: new Date().toISOString()
|
||||||
})
|
})
|
||||||
.returning();
|
.returning();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user