[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:
parent
303622341b
commit
c4f593151e
12 changed files with 149 additions and 66 deletions
|
@ -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 %>;
|
Loading…
Add table
Add a link
Reference in a new issue