Project

General

Profile

Upgrade Instructions » History » Version 2

Amber Herold, 04/16/2010 09:32 AM

1 2 Amber Herold
h1. Upgrade Instructions
2 1 Amber Herold
3
h3. Preliminary steps if you have an existing project database from a previous installation 
4
5
We need to remove a table in the project database called "install".  This will allow the new default tables to be defined when we set up on the web-server side.
6
7
<pre>
8
$ mysql projectdata -u usr_object
9
mysql> drop table install;
10
mysql> exit
11
</pre>