Skip to content

Commit

Permalink
Merge pull request #14 from kssumin/fix/#56/mock-data
Browse files Browse the repository at this point in the history
[FIX/BE] dev 서버 mock 데이터 문제 해결
  • Loading branch information
kssumin authored Nov 3, 2023
2 parents 4359736 + a1838ed commit 3ad83f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "13308:3306"
volumes:
- ./mysql-init.d:/docker-entrypoint-initdb.d
- ./mysql-init.d/:/docker-entrypoint-initdb.d

overflow-adminer: # mysql web admin
container_name: eeos-adminer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use eeos;

create table program
(
program_id bigint not null auto_increment,
Expand Down

0 comments on commit 3ad83f0

Please sign in to comment.