Skip to content

Commit 2a5663e

Browse files
committedSep 16, 2022
refactor: add suffix to SQL file with scheme
1 parent 7808245 commit 2a5663e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 
File renamed without changes.

‎docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ services:
1717
ports:
1818
- '3306:3306'
1919
volumes:
20-
- ./categories.sql:/docker-entrypoint-initdb.d/categories.sql
20+
- ./categories.mysql.sql:/docker-entrypoint-initdb.d/categories.sql
2121

0 commit comments

Comments
 (0)
Please sign in to comment.