IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3015


Ignore:
Timestamp:
Jan 14, 2005, 5:29:58 PM (22 years ago)
Author:
jhoblitt
Message:

fix concurrency problem

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/docs/database_setup.txt

    r2785 r3015  
    11# Copyright (C) 2004  Joshua Hoblitt
    22#
    3 # $Id: database_setup.txt,v 1.1.1.1 2004-12-22 02:16:23 jhoblitt Exp $
     3# $Id: database_setup.txt,v 1.2 2005-01-15 03:29:58 jhoblitt Exp $
    44
    55### Database Setup
     
    3838    ins_id BIGINT NOT NULL AUTO_INCREMENT,
    3939    so_id BIGINT NOT NULL,
    40     uri VARCHAR(255) BINARY NOT NULL UNIQUE,
     40    uri VARCHAR(255) BINARY NOT NULL,
    4141    sha1sum CHAR(40),
    4242    assigned_location BOOL,
  • trunk/Nebulous/docs/database_setup.txt

    r2785 r3015  
    11# Copyright (C) 2004  Joshua Hoblitt
    22#
    3 # $Id: database_setup.txt,v 1.1.1.1 2004-12-22 02:16:23 jhoblitt Exp $
     3# $Id: database_setup.txt,v 1.2 2005-01-15 03:29:58 jhoblitt Exp $
    44
    55### Database Setup
     
    3838    ins_id BIGINT NOT NULL AUTO_INCREMENT,
    3939    so_id BIGINT NOT NULL,
    40     uri VARCHAR(255) BINARY NOT NULL UNIQUE,
     40    uri VARCHAR(255) BINARY NOT NULL,
    4141    sha1sum CHAR(40),
    4242    assigned_location BOOL,
Note: See TracChangeset for help on using the changeset viewer.