IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2007, 3:23:45 PM (19 years ago)
Author:
jhoblitt
Message:

rename volume.mountpoint -> volume.path

File:
1 edited

Legend:

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

    r12005 r12007  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.22 2007-02-23 01:10:57 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.23 2007-02-23 01:23:45 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    221221    vol_id INT NOT NULL AUTO_INCREMENT,
    222222    name VARCHAR(255) UNIQUE NOT NULL,
    223     mountpoint VARCHAR(255) NOT NULL,
     223    path VARCHAR(255) NOT NULL,
    224224    PRIMARY KEY(vol_id),
    225225    KEY(name(16))
Note: See TracChangeset for help on using the changeset viewer.