Increase folder title field size to 128 characters

This commit is contained in:
Roberto Rosario
2012-02-02 00:10:16 -04:00
parent a91d7882f8
commit 78b73b81e3
5 changed files with 271 additions and 2 deletions

View File

@@ -158,6 +158,10 @@ And continue migrating database schema with::
$ ./manage.py migrate document_signatures
$ ./manage.py migrate permissions 0001 --fake
$ ./manage.py migrate permissions
$ ./manage.py migrate folders 0001 --fake
$ ./manage.py migrate folders
$ ./manage.py migrate document_indexing 0001 --fake
$ ./manage.py migrate document_indexing
Again when a similar messages appears
::
@@ -174,7 +178,7 @@ Again when a similar messages appears
Type ``yes`` and press **Enter**
The upgrade procedure is complete.
The upgrade procedure is now complete.
Backward incompatible changes
=============================