Fixes AC-479. Make job_args fields text instead of varchar.

This commit is contained in:
Chris Church
2013-09-24 22:13:36 -04:00
parent 9fc46e6292
commit e85cf35ed9
4 changed files with 355 additions and 5 deletions

View File

@@ -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 = {