IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2005, 11:21:14 AM (21 years ago)
Author:
jhoblitt
Message:

change the class table so the class_id field isn't auto-incremented

File:
1 edited

Legend:

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

    r5490 r5496  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.14 2005-11-09 01:31:07 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.15 2005-11-10 21:21:14 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    222222
    223223CREATE TABLE class (
    224     class_id TINYINT NOT NULL AUTO_INCREMENT,
     224    class_id TINYINT NOT NULL,
    225225    priority TINYINT,
    226226    comment VARCHAR(255),
Note: See TracChangeset for help on using the changeset viewer.