File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ create-migration name:
2222sync : 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 ###
You can’t perform that action at this time.
0 commit comments