Last change
on this file since 3811 was
3811,
checked in by Nicklas Nordborg, 16 years ago
|
References #796: Don't create indexes on primary key columns for tables in the dynamic database
Added tool to remove indexes from dynamic db.
|
File size:
1.1 KB
|
Line | |
---|
1 | @echo off |
---|
2 | REM $Id: run.bat,v 1.6 2004/10/27 15:39:47 nicklas Exp $ |
---|
3 | REM |
---|
4 | REM Copyright (C) 2006 Nicklas Nordborg |
---|
5 | REM |
---|
6 | REM This file is part of BASE - BioArray Software Environment. |
---|
7 | REM Available at http://base.thep.lu.se/ |
---|
8 | REM |
---|
9 | REM BASE is free software; you can redistribute it and/or modify it |
---|
10 | REM under the terms of the GNU General Public License as published by |
---|
11 | REM the Free Software Foundation; either version 2 of the License, or |
---|
12 | REM (at your option) any later version. |
---|
13 | REM |
---|
14 | REM BASE is distributed in the hope that it will be useful, but |
---|
15 | REM WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
17 | REM General Public License for more details. |
---|
18 | REM |
---|
19 | REM You should have received a copy of the GNU General Public License |
---|
20 | REM along with this program; if not, write to the Free Software |
---|
21 | REM Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
---|
22 | REM 02111-1307, USA. |
---|
23 | REM ---------------------------------------- |
---|
24 | |
---|
25 | REM Set classpath |
---|
26 | call set_classpath.bat |
---|
27 | |
---|
28 | REM Execute install class |
---|
29 | java -server -cp %CP% net.sf.basedb.install.InitDB dynamicdb %1 %2 %3 %4 %5 %6 %7 %8 %9 |
---|
Note: See
TracBrowser
for help on using the repository browser.