aboutsummaryrefslogblamecommitdiffstats
path: root/utility/truncate_script.sql
blob: 47776a272314325484c681996e962cece5f9a130 (plain) (tree)
1
2
3
4
5
6





                                                                   
TRUNCATE TABLE users_user RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_organisation RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_mode RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_role RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_address RESTART IDENTITY CASCADE;
TRUNCATE TABLE organisations_addresstype RESTART IDENTITY CASCADE;