Skip to content

Commit

Permalink
🗃️ 执行数据库相关的变化, 删除 pig_codegen.sql pig_job.sql 方便新手维护
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Apr 6, 2024
1 parent c210d78 commit 5de1033
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 485 deletions.
4 changes: 0 additions & 4 deletions db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

COPY ./pig.sql /docker-entrypoint-initdb.d

COPY ./pig_codegen.sql /docker-entrypoint-initdb.d

COPY ./pig_config.sql /docker-entrypoint-initdb.d

COPY ./pig_job.sql /docker-entrypoint-initdb.d

EXPOSE 3306
Loading

0 comments on commit 5de1033

Please sign in to comment.