On Fri, Oct 3, 2008 at 11:36 PM, Benjamin Buch <[EMAIL PROTECTED]> wrote:
> Is there somewhere a place in the documentation where SQL migration
> strategies are explained a little?

No. For the moment, the only "official", if it can be called that, way
to do this is via SQL's ALTER TABLE statement. There are several
third-party projects attempting to make this easier, but none of them
are part of Django.

> I don't know SQL

As an aside, this is probably an indicator that you should stop and
learn SQL. Trying to write applications which are backed by a
SQL-based DB, when you don't understand the language of that DB, will
only end in tears.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to