Skip to content

Commit 89ff909

Browse files
author
Andrés Elizondo
committed
Removes migrations from local env.
1 parent f765da3 commit 89ff909

File tree

241 files changed

+4
-11616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+4
-11616
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ COPY --from=build /usr/src/app/lib ./lib/
3636

3737
# Start
3838
#
39-
CMD [ "yarn", "migrate_and_start" ]
39+
CMD [ "yarn", "start" ]

docker-compose.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ services:
1111
# on rebuilds.
1212
volumes:
1313
- ./mounts/postgres:/var/lib/postgresql/data
14-
- ./postgres-init.sql:/docker-entrypoint-initdb.d/postgres-init.sql
1514
ports:
1615
- '5432:5432'
1716
command: ["postgres", "-c", "log_statement=all", "-c", "log_destination=stderr"]

migrations/arbitrum/1648567321000-CreateOTCOrderFilledEventsTable.ts

-39
This file was deleted.

migrations/arbitrum/1662134890691-InitializeArbitrum.ts

-219
This file was deleted.

migrations/arbitrum/1662138132158-CreateErc721OrderFilledEventTableArbitrum.ts

-55
This file was deleted.

migrations/arbitrum/1662138203936-CreateErc721OrderCancelledEventTableArbitrum.ts

-40
This file was deleted.

0 commit comments

Comments
 (0)