Opened 18 years ago

Closed 18 years ago

#2042 closed task (duplicate)

[patch] Alteration of "syncdb" command, to add simple schema evolution

Reported by: ilias lazaridis <ilias@…> 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)

alteration_syncdb.diff (5.4 KB ) - added by ilias lazaridis <ilias@…> 18 years ago.

Download all attachments as: .zip

Change History (2)

by ilias lazaridis <ilias@…>, 18 years ago

Attachment: alteration_syncdb.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Superceded by #2043.

Note: See TracTickets for help on using tickets.
Back to Top