source:
db-scripts/post-tables-restart.sql@
8dffe02
Last change on this file since 8dffe02 was 8dffe02, checked in by , 22 months ago | |
---|---|
|
|
File size: 207 bytes |
Line | |
---|---|
1 | truncate table post_vote; |
2 | alter sequence post_vote_sequence restart; |
3 | truncate table post_report; |
4 | alter sequence post_report_sequence restart; |
5 | truncate table post cascade; |
6 | alter sequence post_id_seq restart; |
Note:
See TracBrowser
for help on using the repository browser.