Skip to content

Commit 6eaa207

Browse files
committed
chore: update migration file order
1 parent e61631f commit 6eaa207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,9 @@ RUN sed -i "s/#unix_socket_directories = '\/tmp'/unix_socket_directories = '\/va
808808
chown postgres:postgres /etc/postgresql-custom
809809

810810
# Include schema migrations
811-
COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/00-schema.sql
812-
COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/01-extension.sql
813811
COPY migrations/db /docker-entrypoint-initdb.d/
812+
COPY ansible/files/pgbouncer_config/pgbouncer_auth_schema.sql /docker-entrypoint-initdb.d/init-scripts/00-schema.sql
813+
COPY ansible/files/stat_extension.sql /docker-entrypoint-initdb.d/migrations/00-extension.sql
814814

815815
# Setup default host and locale
816816
ENV POSTGRES_HOST=/var/run/postgresql

0 commit comments

Comments
 (0)