instiki/db
Jacques Distler 4bb22e0fa8 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.
2010-01-01 16:57:21 -06:00
..
migrate Length of wiki_references referenced_name 2010-01-01 16:57:21 -06:00
production.db.sqlite3 Length of wiki_references referenced_name 2010-01-01 16:57:21 -06:00
schema.rb Length of wiki_references referenced_name 2010-01-01 16:57:21 -06:00