mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Fixes AC-479. Make job_args fields text instead of varchar.
This commit is contained in:
@@ -31,7 +31,7 @@ DATABASES = {
|
||||
}
|
||||
|
||||
# Use SQLite for unit tests instead of PostgreSQL. If the lines below are
|
||||
# commented out, Django will create the awx-dev_test database in PostgreSQL to
|
||||
# commented out, Django will create the test_awx-dev database in PostgreSQL to
|
||||
# run unit tests.
|
||||
if len(sys.argv) >= 2 and sys.argv[1] == 'test':
|
||||
DATABASES = {
|
||||
|
||||
Reference in New Issue
Block a user