Advertisement
Guest User

wpda_project.txt

a guest
Nov 15th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. *!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  2. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  3. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  4. /*!40101 SET NAMES utf8mb4 */;
  5.  
  6. --
  7. -- Export table `wp_wpda_project`
  8. --
  9. INSERT INTO `{wp_prefix}wpda_project` (`project_name`, `project_description`, `add_to_menu`, `menu_name`, `project_sequence`) VALUES
  10. ('Student-test','Student-test','Yes','Student-test',0);
  11. SET @PROJECT_ID = LAST_INSERT_ID();
  12.  
  13. --
  14. -- Export table `wp_wpda_project_page`
  15. --
  16. INSERT INTO `{wp_prefix}wpda_project_page` (`project_id`, `page_name`, `add_to_menu`, `page_type`, `page_table_name`, `page_setname`, `page_mode`, `page_allow_insert`, `page_allow_delete`, `page_content`, `page_title`, `page_subtitle`, `page_role`, `page_where`, `page_sequence`) VALUES
  17. (@PROJECT_ID,'Student-test','Yes','parent/child','wpda_sas_student','admin','edit','yes','yes',0,'','','administrator,editor,author,contributor,subscriber,trainingscoordinator,Lid,Coordinator,beheerder','',0);
  18.  
  19. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  20. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  21. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement