Skip to content

Commit

Permalink
moved migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed May 24, 2024
1 parent 8318cda commit 308e170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions serve/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ data:
VERSION = {{ .Values.studio.version | quote }}
MIGRATION_MODULES = {
'apps': 'studio.migrations.apps',
'models': 'studio.migrations.models',
'portal': 'studio.migrations.portal',
'projects': 'studio.migrations.projects',
'apps': 'apps.migrations',
'models': 'models.migrations',
'portal': 'portal.migrations',
'projects': 'projects.migrations',
"common": "common.migrations",
}
Expand Down

0 comments on commit 308e170

Please sign in to comment.