add setup code to remove bse_selected files before creation
authorTony Cook <tony@develop-help.com>
Tue, 31 May 2011 12:32:16 +0000 (22:32 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 31 May 2011 12:32:16 +0000 (22:32 +1000)
schema/bse.sql

index 3ee6a62e75c07dbd53abb56663d7a6096877eca2..8fbdb3b456edcd497ab021a7f6cf53e0dcd478b4 100644 (file)
@@ -1164,6 +1164,7 @@ create table bse_audit_log (
 
 -- a more generic file container
 -- any future managed files belong here
+drop table if exists bse_selected_files;
 drop table if exists bse_files;
 create table bse_files (
   id integer not null auto_increment primary key,