Opened 18 years ago
Closed 18 years ago
#2042 closed task (duplicate)
[patch] Alteration of "syncdb" command, to add simple schema evolution
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | alteration_syncdb.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Superceded by #2043.