IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23685


Ignore:
Timestamp:
Apr 2, 2009, 2:10:18 PM (17 years ago)
Author:
jhoblitt
Message:

remove storage_object.ext_id prefix key as it already has a unique index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r23676 r23685  
    406406    type enum('REG_FILE'),
    407407    PRIMARY KEY(so_id),
    408     KEY(ext_id(64)),
    409408    KEY(type)
    410409) ENGINE=innodb DEFAULT CHARSET=latin1;
     
    441440    type ENUM( 'read', 'write' ) NOT NULL,
    442441    epoch TIMESTAMP,
    443     KEY(so_ID)
     442    KEY(so_id)
    444443) ENGINE=innodb DEFAULT CHARSET=latin1;
    445444
Note: See TracChangeset for help on using the changeset viewer.