dBranded1
dBranded1
Explore posts from servers
DTDrizzle Team
Created by dBranded1 on 12/29/2024 in #help
Unable to push changes to Supabase
When running the command "drizzle-kit push", I can't get past the "Pulling schema from database" phase. I can do pretty much everything else, I haven't tested the studio though. This is a T3 stack app. This is the content of the drizzle.config.ts file:
export default defineConfig({
out: "./src/server/db",
schema: "./src/server/db/schema.ts",
dialect: "postgresql",
dbCredentials: {
url: env.DATABASE_URL,
},
});
export default defineConfig({
out: "./src/server/db",
schema: "./src/server/db/schema.ts",
dialect: "postgresql",
dbCredentials: {
url: env.DATABASE_URL,
},
});
4 replies
DTDrizzle Team
Created by dBranded1 on 8/29/2023 in #help
Too many clients already (!?)
No description
11 replies