source: db-scripts/post-tables-restart.sql@ 8dffe02

main
Last change on this file since 8dffe02 was 8dffe02, checked in by unknown <mlviktor23@…>, 22 months ago

prefinal reproducible

  • 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.