Skip to content

Commit

Permalink
Carrega dump do banco de dados se estiver sem a tabela system_role
Browse files Browse the repository at this point in the history
  • Loading branch information
lpirola committed Aug 2, 2024
1 parent f073c2b commit dd904e5
Show file tree
Hide file tree
Showing 4 changed files with 520 additions and 874 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dev
!dev/db/dump.sql
var/*/*
# **/*.log
# # **/*.md
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Add default env values
run: |
cp .env.sample .env
cp .env.sample app
cp .env.sample app/.env
- uses: hoverkraft-tech/[email protected]
with:
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
run: |
cp .env.sample .env
cp .env.sample app/.env
- uses: hoverkraft-tech/[email protected]
with:
compose-file: "docker-compose.yaml"
Expand Down
Loading

0 comments on commit dd904e5

Please sign in to comment.