IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13027


Ignore:
Timestamp:
Apr 25, 2007, 11:40:29 AM (19 years ago)
Author:
jhoblitt
Message:

create the default "class id" when the database is initialized

Location:
trunk
Files:
2 edited

Legend:

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

    r12961 r13027  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.24 2007-04-23 20:45:08 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.25 2007-04-25 21:40:29 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    260260) ENGINE=innodb;
    261261
     262INSERT INTO class VALUES(0,0, 'default class ID');
     263
    262264CREATE TABLE log (
    263265    timestamp TIMESTAMP,
  • trunk/Nebulous/lib/Nebulous/Server/SQL.pm

    r12961 r13027  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.24 2007-04-23 20:45:08 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.25 2007-04-25 21:40:29 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    260260) ENGINE=innodb;
    261261
     262INSERT INTO class VALUES(0,0, 'default class ID');
     263
    262264CREATE TABLE log (
    263265    timestamp TIMESTAMP,
Note: See TracChangeset for help on using the changeset viewer.