Toggle helper tables
+/- table definition
CREATE TABLE `project_issue` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `issue_id` INTEGER NULL, `project_id` INTEGER NULL, `project_board_id` INTEGER NULL, `sorting` INTEGER DEFAULT 0 NOT NULL )