Skip to content

Commit

Permalink
REFACTOR/new dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinSorel committed May 22, 2024
1 parent 316828b commit 48c7bfa
Show file tree
Hide file tree
Showing 49 changed files with 1,480 additions and 1,218 deletions.
3 changes: 2 additions & 1 deletion drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import type { Config } from "drizzle-kit";
export default {
schema: "./src/db/schema.ts",
dbCredentials: {
connectionString: process.env.DB_URL!,
connectionString: "postgres://postgres:postgres@localhost:5432/gym-graphs",
},
out: "./drizzle",
driver: "pg",
} satisfies Config;
1 change: 1 addition & 0 deletions drizzle/0025_gifted_silver_surfer.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "exercise" ALTER COLUMN "muscle_groups" SET DEFAULT [];
1 change: 1 addition & 0 deletions drizzle/0026_hard_orphan.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "exercise" ALTER COLUMN "muscle_groups" SET DEFAULT {};
1 change: 1 addition & 0 deletions drizzle/0027_sloppy_firebrand.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "exercise" ALTER COLUMN "muscle_groups" SET DEFAULT '{}';
Loading

0 comments on commit 48c7bfa

Please sign in to comment.