mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
save
This commit is contained in:
parent
d78312fad8
commit
50d374d9f6
8 changed files with 1735 additions and 21 deletions
|
@ -1,13 +1,13 @@
|
|||
import {
|
||||
orgs,
|
||||
sites,
|
||||
resources,
|
||||
exitNodes,
|
||||
routes,
|
||||
targets,
|
||||
} from "@server/db/schema";
|
||||
import db from "@server/db";
|
||||
import { createSuperuserRole } from "@server/db/ensureActions";
|
||||
// import {
|
||||
// orgs,
|
||||
// sites,
|
||||
// resources,
|
||||
// exitNodes,
|
||||
// routes,
|
||||
// targets,
|
||||
// } from "@server/db/schema";
|
||||
// import db from "@server/db";
|
||||
// import { createSuperuserRole } from "@server/db/ensureActions";
|
||||
|
||||
async function insertDummyData() {
|
||||
// // Insert dummy orgs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue