Projet

Général

Profil

Bug #747 » drop_table.sql

Script SQL Oracle pour nettoyer Jackrabbit - Emmanuel Hugonnet, 22/07/2010 15:57

 
drop table JCR_BINVAL;
drop table JCR_BUNDLE;
drop table JCR_NAMES;
drop table JCR_REFS;

drop table VERSION_BINVAL;
drop table VERSION_BUNDLE;
drop table VERSION_NAMES;
drop table VERSION_REFS;

drop sequence JCR_SEQ_NAMES_ID;
drop sequence VERSION_SEQ_NAMES_ID;
(2-2/3)