diff --git a/backend/charts/api/values.yaml b/backend/charts/api/values.yaml index 2d5346e160..f777cc9c5c 100644 --- a/backend/charts/api/values.yaml +++ b/backend/charts/api/values.yaml @@ -37,7 +37,7 @@ migrations: disableSsl: false schemaDir: /app/migrations migrationsTableName: neosync_api_schema_migrations - migrationsTableQuoted: true + migrationsTableQuoted: false istio: enabled: false diff --git a/compose.yml b/compose.yml index 15f03e769d..30e44673b1 100644 --- a/compose.yml +++ b/compose.yml @@ -68,7 +68,7 @@ services: - DB_PASS=foofar - DB_SSL_DISABLE=true - DB_MIGRATIONS_TABLE=neosync_api_schema_migrations - - DB_MIGRATIONS_TABLE_QUOTED=true + - DB_MIGRATIONS_TABLE_QUOTED=false - AUTH_ENABLED=false