Skip to content

Commit a0395eb

Browse files
committed
Uncomment the ui sync commands
1 parent 0f8ea90 commit a0395eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

justfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ create-migration name:
2222
sync: deps-reset
2323
### DATABASE ###
2424
cargo sqlx prepare -D postgresql://postgres:postgres@localhost:5432/postgres --workspace --all --no-dotenv
25-
#cd ui && npx drizzle-kit pull --dialect=postgresql --url=postgresql://postgres:postgres@localhost:5432/postgres
26-
#cd ui && mv ./drizzle/relations.ts ./src/db/
27-
#cd ui && mv ./drizzle/schema.ts ./src/db/
28-
#cd ui && rm -rf ./drizzle
25+
cd ui && npx drizzle-kit pull --dialect=postgresql --url=postgresql://postgres:postgres@localhost:5432/postgres
26+
cd ui && mv ./drizzle/relations.ts ./src/db/
27+
cd ui && mv ./drizzle/schema.ts ./src/db/
28+
cd ui && rm -rf ./drizzle
2929
### ENV ###
3030
just sync-env
3131
### REFORMAT ###

0 commit comments

Comments
 (0)