Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-29 Thread tossouwisdom
K* * Applying auth.0006_require_contenttypes_0002... OK* * Applying auth.0007_alter_validators_add_error_messages... OK* * Applying auth.0008_alter_user_username_max_length... OK* * Applying sessions.0001_initial... OK* Le samedi 27 avril 2019 19:56:34 UTC, tossouwisdom a écrit : > >

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-27 Thread tossouwisdom
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (ORA-00907: missing right parenthesis) Le samedi 27 avril 2019 19:56:34 UTC, tossouwisdom a écrit : > > Django 2.2.2 > Cx_oracle 7.2 > base Oracle 11g > > When I run

Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-27 Thread tossouwisdom
Django 2.2.2 Cx_oracle 7.2 base Oracle 11g When I run the django migrate commande, i have error django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (ORA-00907: missing right parenthesis) Operations to perform: Apply all migrations: admin,