Skip to content

Commit

Permalink
weird ssl issues stopping migration, will return once mariadb works w…
Browse files Browse the repository at this point in the history
…ith ssl
  • Loading branch information
AlexanderHott committed Oct 1, 2023
1 parent 473e2fb commit aa0df17
Show file tree
Hide file tree
Showing 15 changed files with 1,018 additions and 1,205 deletions.
3 changes: 3 additions & 0 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import type { Config } from "drizzle-kit";
import * as dotenv from "dotenv";
dotenv.config();

export default {
schema: "./src/db/schema.ts",
driver: "mysql2",
dbCredentials: {
connectionString: process.env.DATABASE_URL!,
},
Expand Down
60 changes: 31 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,52 +13,54 @@
"dependencies": {
"@heroicons/react": "^2.0.18",
"@planetscale/database": "^1.11.0",
"@prisma/client": "^5.1.1",
"@prisma/client": "^5.2.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^4.29.14",
"@trpc/client": "^10.31.0",
"@trpc/next": "^10.31.0",
"@trpc/react-query": "^10.31.0",
"@trpc/server": "^10.31.0",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/og": "^0.5.11",
"class-variance-authority": "^0.6.0",
"@tanstack/react-query": "^4.35.0",
"@trpc/client": "^10.38.1",
"@trpc/next": "^10.38.1",
"@trpc/react-query": "^10.38.1",
"@trpc/server": "^10.38.1",
"@upstash/ratelimit": "^0.4.4",
"@upstash/redis": "^1.22.0",
"@vercel/og": "^0.5.13",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"drizzle-orm": "^0.28.5",
"dayjs": "^1.11.9",
"drizzle-orm": "^0.28.6",
"lucide-react": "^0.263.1",
"next": "^13.4.13",
"next": "^13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"superjson": "1.13.1",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"zod": "^3.21.4"
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.2"
},
"devDependencies": {
"@clerk/nextjs": "^4.23.2",
"@tanstack/react-query-devtools": "^4.29.14",
"@types/eslint": "^8.40.2",
"@types/node": "^20.4.9",
"@clerk/nextjs": "^4.23.5",
"@tanstack/react-query-devtools": "^4.35.0",
"@types/eslint": "^8.44.2",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"postcss": "^8.4.24",
"prettier": "^3.0.2",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"mysql2": "^3.6.0",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.1.1",
"prisma": "^5.2.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.3"
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.8.0"
Expand Down
Loading

0 comments on commit aa0df17

Please sign in to comment.