[FIXES BUILD] Fixed categories behavior and added id generation in import_storage. Something is still wrong with orphaned pages though

This commit is contained in:
Alexey Verkhovsky 2005-09-11 16:49:08 +00:00
parent 303622341b
commit c4f593151e
12 changed files with 149 additions and 66 deletions

View file

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