Fixes for MySQL compatibility

This commit is contained in:
Alexey Verkhovsky 2005-09-28 02:03:28 +00:00
parent 223a1f9de3
commit 61776995b6
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ CREATE TABLE wiki_references (
updated_at <%= @datetime %> NOT NULL,
page_id INTEGER NOT NULL,
referenced_name VARCHAR NOT NULL,
referenced_name VARCHAR(60) NOT NULL,
link_type CHAR(1) NOT NULL
) <%= create_options %>;