Change hydrate

This commit is contained in:
Owen Schwartz 2024-09-29 15:43:52 -04:00
parent 6d843fb22c
commit 286d743ce3
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -14,8 +14,8 @@ async function insertDummyData() {
const org1 = db
.insert(orgs)
.values({
name: "Fosrl",
domain: "fosrl.io",
name: "Fossorial",
domain: "localhost",
})
.returning()
.get();
@ -23,8 +23,8 @@ async function insertDummyData() {
const org2 = db
.insert(orgs)
.values({
name: "Fossorial",
domain: "fossorial.io",
name: "Fosrl",
domain: "fosrl.io",
})
.returning()
.get();
@ -146,15 +146,15 @@ async function insertDummyData() {
{
resourceId: resource1.resourceId,
ip: "10.0.0.16",
method: "https",
port: 443,
method: "http",
port: 80,
protocol: "TCP",
},
{
resourceId: resource2.resourceId,
ip: "10.0.0.17",
method: "http",
port: 80,
method: "https",
port: 443,
protocol: "TCP",
},
{