Uploaded image for project: 'Jetspeed (Retired)'
  1. Jetspeed (Retired)
  2. JS1-532

Bug in postgres create script

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.5
    • None
    • Database
    • None
    • Linux Fedora Core 2/ Postgres 7.4.2

    Description

      The script has one table that is created using mysql syntax. I have included a proper create table for the broken table:

      jetspeed-1.5/src/sql/external/turbine-postgres.sql

      CREATE TABLE EMAIL_INBOX (
      EMAIL_INBOX_ID SERIAL,
      MESSAGE_ID varchar(255) default NULL,
      FILENAME varchar(255) default NULL,
      ATTACHMENT text,
      READFLAG integer default null,
      PRIMARY KEY (EMAIL_INBOX_ID)
      );

      Attachments

        Activity

          People

            Unassigned Unassigned
            polliard Thomas Polliard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: