I hava a Django app on a windows server 2012 which was set up with sqlite3 
as the db, but it's going to production so I'm migrating the tables to 
oracle 12c on the server, i don't care about the data just the tables so 
when I run

    python manage.py migrate

I get ORA-2000 Error: missing ALWAYS keyword

I'm new to django, what am i missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cac7bf33-deb0-422c-870c-c0c6f0e5f5c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to