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