Skip to content

Commit

Permalink
Revert "added migrations and seed script (#83)"
Browse files Browse the repository at this point in the history
This reverts commit bdbc6eb.
  • Loading branch information
Yeasir0032 authored Jun 27, 2024
1 parent be6ace4 commit 32aa161
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 156 deletions.
4 changes: 1 addition & 3 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ NEXT_PUBLIC_LIVEKIT_URL=wss://discord-clonelink.....
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
SUPABASE_ACCESS_TOKEN=supabaseaccesstoken
SUPABASE_DB_PASSWORD=supabasedbpassword
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:seed": "tsc seed.ts && node seed.js"
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.25.4",
Expand Down Expand Up @@ -60,11 +59,9 @@
"@types/react-dom": "^18",
"@types/uuid": "^9.0.5",
"autoprefixer": "^10",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"supabase": "^1.169.8",
"tailwindcss": "^3",
"typescript": "^5"
}
Expand Down
60 changes: 0 additions & 60 deletions seed.ts

This file was deleted.

89 changes: 0 additions & 89 deletions supabase/migrations/20240528135826_create_structure.sql

This file was deleted.

0 comments on commit 32aa161

Please sign in to comment.