Opened 19 years ago
Closed 19 years ago
#2042 closed task (duplicate)
[patch] Alteration of "syncdb" command, to add simple schema evolution
Description ¶
This patch contains the changes of #2040.
Additionally, this patch activates the simple schema evolution support (Add Field, currently only with sqlite3), whilst modifying the "syncdb" command slightly (call to "table_evolve")
The patch changes the existent behaviour of the "syncdb" command.
Part of the Django Audit
Change History (2)
by , 19 years ago
Attachment: | alteration_syncdb.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Superceded by #2043.