Haroombe / ChimpPhone_App

Cosc 3380 HW4 web app for cell phone company
Apache License 2.0
1 stars 0 forks source link

setup Db init folders docker #5

Closed Haroombe closed 3 days ago

Haroombe commented 3 days ago

create a new feature branch off of the dev branch 'feature/dockerize-app' can you create a subfolder in root of repo and load all the sql commands into the following format code exists already just need to migrate it.

├── db-init/ │ ├── 00-init-schema.sql (existing code from ddl sql to initialize schema) │ ├── 01-create-tables.sql (existing sql to initialize tables) │ └── 02-populate-data.sql (existing sql used to populate tables)