IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5489 for trunk/Nebulous/lib


Ignore:
Timestamp:
Nov 8, 2005, 2:59:20 PM (21 years ago)
Author:
jhoblitt
Message:

remove instance from the class table

File:
1 edited

Legend:

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

    r5487 r5489  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.12 2005-11-09 00:48:24 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.13 2005-11-09 00:59:20 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    218218CREATE TABLE class (
    219219    class_id TINYINT NOT NULL AUTO_INCREMENT,
    220     instance TINYINT NOT NULL,
    221220    priority TINYINT,
    222221    comment VARCHAR(255),
    223     key(class_id)
     222    PRIMARY KEY(class_id)
    224223) ENGINE=innodb;
    225224
Note: See TracChangeset for help on using the changeset viewer.