Management command for fixing tables after model changes
Project description
Copyright (c) 2009-2012 Dennis Kaarsemaker <dennis@kaarsemaker.net>
Inspect your models and database and print Print SQL statements for changes in
models since the table was created/fixed. Supported changes are:
- ALTER TABLE to add/drop columns
- ALTER TABLE to change the length of VARCHAR fields
- ALTER TABLE to change default values
- CREATE INDEX for new ForeignKey and OneToOne fields
- CREATE TABLE for new m2m relations
Not (yet) supported:
- Databases other than MySQL (sqlite will never be supported, others can
possibly be supported, patches welcome)
- Changes in unique_together
- Field type changes (they will be detected and warned about though)
- Index additions/removals
- Deleting old m2m tables
- Parent changes in multi-table inheritance
If you need those, a complete migration framework like django-south is a
better option for you.
Install: python setup.py install
Usage:
- Add 'sqlfixtables' to INSTALLED_APPS
- Run: ./manage.py sqlfixtables <appname>
Compatible with django 1.0-1.4. Tested only on MySQL, bugreports or
testreports for other databases are welcome.
Inspect your models and database and print Print SQL statements for changes in
models since the table was created/fixed. Supported changes are:
- ALTER TABLE to add/drop columns
- ALTER TABLE to change the length of VARCHAR fields
- ALTER TABLE to change default values
- CREATE INDEX for new ForeignKey and OneToOne fields
- CREATE TABLE for new m2m relations
Not (yet) supported:
- Databases other than MySQL (sqlite will never be supported, others can
possibly be supported, patches welcome)
- Changes in unique_together
- Field type changes (they will be detected and warned about though)
- Index additions/removals
- Deleting old m2m tables
- Parent changes in multi-table inheritance
If you need those, a complete migration framework like django-south is a
better option for you.
Install: python setup.py install
Usage:
- Add 'sqlfixtables' to INSTALLED_APPS
- Run: ./manage.py sqlfixtables <appname>
Compatible with django 1.0-1.4. Tested only on MySQL, bugreports or
testreports for other databases are welcome.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-sqlfixtables-1.2.tar.gz
.
File metadata
- Download URL: django-sqlfixtables-1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6a1b759d1c5315bcfb29cdd3b94dbb128fdb54e054b67ee1666aec30e885435 |
|
MD5 | a626b917c4bdab3eee27e95f8a0dc616 |
|
BLAKE2b-256 | d1c0bb396ec2431acd09e45975e1ea2cf632a0107e93ca6f8cb5e2345afb96b7 |