Skip to content

Commit 010ca93

Browse files
committed
Swap names so legacy is called "ietf" and new is "ietf_new"
- Legacy-Id: 3784
1 parent 552e23d commit 010ca93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838

3939
DATABASES = {
4040
'default': {
41-
'NAME': 'ietf',
41+
'NAME': 'ietf_new',
4242
'ENGINE': 'django.db.backends.mysql',
4343
'USER': 'ietf',
4444
#'PASSWORD': 'ietf',
4545
},
4646
'legacy': {
47-
'NAME': 'ietf_legacy',
47+
'NAME': 'ietf',
4848
'ENGINE': 'django.db.backends.mysql',
4949
'USER': 'ietf',
5050
#'PASSWORD': 'ietf',

0 commit comments

Comments
 (0)