Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2041 closed task (duplicate)

[patch] Schema Evolution, basic functions

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

apply after applying #2040

This patch adds several functions for an experimental schema evolution support (Add Field, currently only with sqlite3)

The patch does not break any existent behaviour

Part of the {http://case.lazaridis.com/multi/wiki/DjangoSchemaEvolution Django Audit]

Attachments (1)

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

Download all attachments as: .zip

Change History (3)

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

Attachment: add_field_basics.diff added

comment:1 by ilias lazaridis <ilias@…>, 18 years ago

Correction: " apply after applying #2040 " is false.

This patch includes already the modification from #2040

comment:2 by Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Appears to have been superceded by #2043.

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