Share

adiss

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

1.1 upgrade issue

You are viewing a single message from this topic. View all messages.

  1. 2006-11-30 16:22:20 UTC
    The database upgrade script has an error in it in that some parenthesis missing. If you change the script from:

    alter table svnrepos add column rogroupcn varchar(150), rousn int(11)

    to

    alter table svnrepos add column (rogroupcn varchar(150), rousn int(11));

    it will resolve the error message and add the columns to the table in the database.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.