Skip to content

Commit

Permalink
tweak migration table quoted value
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Nov 13, 2023
1 parent 7fa93dd commit 8d010d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ migrations:
disableSsl: false
schemaDir: /app/migrations
migrationsTableName: neosync_api_schema_migrations
migrationsTableQuoted: true
migrationsTableQuoted: false

istio:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d010d6

Please sign in to comment.