source: db-scripts/update-opinion-replies-setprofessorid.sql@ a5aba17

main
Last change on this file since a5aba17 was a5aba17, checked in by viktor <viktor@…>, 19 months ago

added db backup file and scripts for filling tables post and custom_user_details with dummy data

  • Property mode set to 100644
File size: 140 bytes
Line 
1update post p
2set professor_id = (select professor_id from post where id in (select parent_post_id from post where id=p.id))
3where id>=3001
Note: See TracBrowser for help on using the repository browser.