add condition for update or drop-create database

This commit is contained in:
2023-01-03 19:05:39 +01:00
parent e502e04372
commit f36366a319
8 changed files with 7 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ project_directory:
- "{{ project_src }}"
- "{{ project_src }}/{{ project_name }}"
docker_compose_file: "docker-compose-db.yml"
docker_compose_file: "docker-compose-db.yml.j2"
project_env: "env-db.j2"
@@ -21,3 +21,4 @@ ports_tcp:
- "{{ postgres_port }}"
- "{{ redis_port }}"
covas_liquibase: false