-
Committer:
Jacques Distler
-
Date:
2010年01月01日 22:57:21 UTC
-
Revision ID:
distler@golem.ph.utexas.edu-20100101225721-tnai5oyyaewa4s8p
Length of wiki_references referenced_name
Another minor database migration. The length of the
'referenced_name' field in the previous schema was
limited to 60 characters. Increase that to 255
characters (matching the length of then 'name' field
in 'pages', etc).
This has no effect in SQLite3 users (the default), since
SQLite3 does not enforce these length restrictions. But
MySQL users need this.
As always, run
rake upgrade_instiki
to seamlessly upgrade your database to the latest schema.