blob: 8c314f710b85600964431d1cb94bdc897a53685c [file] [log] [blame]
drop table @jspwiki.userdatabase.table@ if exists;
drop table @jspwiki.userdatabase.roleTable@ if exists;
drop table @jspwiki.groupdatabase.table@ if exists;
drop table @jspwiki.groupdatabase.membertable@ if exists;
drop user @jdbc.user.id@;