UnikeInspections
Showing
README-inspection-photos.md
deleted
100644 → 0
README-inspection-scheduling.md
deleted
100644 → 0
README-maintenance.md
deleted
100644 → 0
README-new-client.md
deleted
100644 → 0
README-questions.md
deleted
100644 → 0
README-websocket-collaboration.md
deleted
100644 → 0
add-final-comment-to-inspections.sql
deleted
100644 → 0
add-new-questions-to-inspections.js
deleted
100644 → 0
diagnose-permissions.sql
deleted
100644 → 0
drizzle.config.ts
0 → 100644
fix-permissions-comprehensive.sql
deleted
100644 → 0
make-table-public-safe.sql
deleted
100644 → 0
make-table-public.sql
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
| ... | @@ -18,7 +18,10 @@ | ... | @@ -18,7 +18,10 @@ |
| "test:cov": "jest --coverage", | "test:cov": "jest --coverage", | ||
| "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", | "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", | ||
| "test:e2e": "jest --config ./test/jest-e2e.json", | "test:e2e": "jest --config ./test/jest-e2e.json", | ||
| "prisma:seed": "ts-node prisma/seed.ts" | "db:generate": "drizzle-kit generate", | ||
| "db:migrate": "drizzle-kit migrate", | |||
| "db:studio": "drizzle-kit studio", | |||
| "db:push": "drizzle-kit push" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@nestjs-modules/mailer": "^2.0.2", | "@nestjs-modules/mailer": "^2.0.2", | ||
| ... | @@ -34,6 +37,7 @@ | ... | @@ -34,6 +37,7 @@ |
| "@nestjs/websockets": "^11.1.3", | "@nestjs/websockets": "^11.1.3", | ||
| "@prisma/client": "^6.9.0", | "@prisma/client": "^6.9.0", | ||
| "@types/nodemailer": "^6.4.17", | "@types/nodemailer": "^6.4.17", | ||
| "@types/pg": "^8.15.5", | |||
| "@types/uuid": "^10.0.0", | "@types/uuid": "^10.0.0", | ||
| "adm-zip": "^0.5.16", | "adm-zip": "^0.5.16", | ||
| "bcrypt": "^5.1.1", | "bcrypt": "^5.1.1", | ||
| ... | @@ -41,12 +45,15 @@ | ... | @@ -41,12 +45,15 @@ |
| "class-validator": "^0.14.1", | "class-validator": "^0.14.1", | ||
| "csv-parser": "^3.2.0", | "csv-parser": "^3.2.0", | ||
| "date-fns": "^4.1.0", | "date-fns": "^4.1.0", | ||
| "drizzle-kit": "^0.31.4", | |||
| "drizzle-orm": "^0.44.5", | |||
| "fast-xml-parser": "^5.2.5", | "fast-xml-parser": "^5.2.5", | ||
| "jimp": "^0.22.12", | "jimp": "^0.22.12", | ||
| "multer": "^1.4.5-lts.2", | "multer": "^1.4.5-lts.2", | ||
| "nodemailer": "^6.10.0", | "nodemailer": "^6.10.0", | ||
| "passport": "^0.7.0", | "passport": "^0.7.0", | ||
| "passport-jwt": "^4.0.1", | "passport-jwt": "^4.0.1", | ||
| "pg": "^8.16.3", | |||
| "reflect-metadata": "^0.2.2", | "reflect-metadata": "^0.2.2", | ||
| "rxjs": "^7.8.1", | "rxjs": "^7.8.1", | ||
| "sharp": "^0.34.1", | "sharp": "^0.34.1", | ||
| ... | @@ -102,8 +109,5 @@ | ... | @@ -102,8 +109,5 @@ |
| ], | ], | ||
| "coverageDirectory": "../coverage", | "coverageDirectory": "../coverage", | ||
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | |||
| "prisma": { | |||
| "seed": "ts-node prisma/seed.ts" | |||
| } | } | ||
| } | } |
prisma/README-import.md
deleted
100644 → 0
prisma/add-inspection-status.sql
deleted
100644 → 0
prisma/add_user_site.sql
deleted
100644 → 0
prisma/enable-postgis.sql
deleted
100644 → 0
prisma/import-sites-from-kmz.ts
deleted
100644 → 0
prisma/import-sites.ts
deleted
100644 → 0
prisma/schema.prisma
deleted
100644 → 0
prisma/schema.prisma.backup
deleted
100644 → 0
prisma/seed.ts
deleted
100644 → 0
prisma/seedSites.ts
deleted
100644 → 0
prisma/truncate.sql
deleted
100644 → 0
recreate-table-with-permissions.sql
deleted
100644 → 0
remove-dangerous-permissions.sql
deleted
100644 → 0
src/database/database.module.ts
0 → 100644
src/database/database.service.ts
0 → 100644
src/database/schema.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
verify-permissions.sql
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment