Skip to content

Commit

Permalink
Removes migrations from local env.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Elizondo committed May 7, 2024
1 parent f765da3 commit 89ff909
Show file tree
Hide file tree
Showing 241 changed files with 4 additions and 11,616 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ COPY --from=build /usr/src/app/lib ./lib/

# Start
#
CMD [ "yarn", "migrate_and_start" ]
CMD [ "yarn", "start" ]
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
# on rebuilds.
volumes:
- ./mounts/postgres:/var/lib/postgresql/data
- ./postgres-init.sql:/docker-entrypoint-initdb.d/postgres-init.sql
ports:
- '5432:5432'
command: ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]
Expand Down

This file was deleted.

219 changes: 0 additions & 219 deletions migrations/arbitrum/1662134890691-InitializeArbitrum.ts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 89ff909

Please sign in to comment.