source: db-scripts/post-tables-restart.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: 207 bytes
Line 
1truncate table post_vote;
2alter sequence post_vote_sequence restart;
3truncate table post_report;
4alter sequence post_report_sequence restart;
5truncate table post cascade;
6alter sequence post_id_seq restart;
Note: See TracBrowser for help on using the repository browser.