Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample data for dev container environment #153

Merged
merged 6 commits into from
Jun 10, 2024
Merged

Add sample data for dev container environment #153

merged 6 commits into from
Jun 10, 2024

Conversation

0GiS0
Copy link
Owner

@0GiS0 0GiS0 commented Jun 10, 2024

This pull request primarily involves changes to the development environment setup, specifically related to the database. The changes include the creation of a database and a table in the .devcontainer/db-init.sql file, the addition of database connection settings in the .devcontainer/devcontainer.json file, and the modification of the services: section in the .devcontainer/docker-compose.yaml file to include database dependencies. Additionally, the README.md file has been updated to provide instructions on how to use sample data for testing.

…ration

This commit updates the database initialization script and devcontainer configuration files. The changes include creating a new database called "heroes" and adding a table called "Heroes" with columns for Id, Name, AlterEgo, and Description. Sample data for heroes is also inserted into the table. Additionally, the devcontainer configuration is updated to include the necessary settings for connecting to the database. These changes ensure that the database is properly initialized and the development environment is configured correctly.
@0GiS0 0GiS0 merged commit 10e713e into main Jun 10, 2024
7 checks passed
@0GiS0 0GiS0 deleted the add-sample-data branch June 10, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant