oreotabetai / user-auth-jwt-python-api

MIT License
1 stars 0 forks source link

Automatic Table Creation and Insert Sample Data #25

Closed wakatakeru closed 3 years ago

wakatakeru commented 3 years ago

Summary

Implement automatic table creation and sample data insertion. In this change, an SQL script is placed in docker-entrypoint-initdb.d in the container to create the table and insert the sample data.

Changes