Changeset 12005 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Feb 22, 2007, 3:10:57 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r10576 r12005 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.2 1 2006-12-08 20:59:59jhoblitt Exp $3 # $Id: SQL.pm,v 1.22 2007-02-23 01:10:57 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 221 221 vol_id INT NOT NULL AUTO_INCREMENT, 222 222 name VARCHAR(255) UNIQUE NOT NULL, 223 uriVARCHAR(255) NOT NULL,223 mountpoint VARCHAR(255) NOT NULL, 224 224 PRIMARY KEY(vol_id), 225 225 KEY(name(16)) 226 ) ENGINE=innodb; 227 228 CREATE TABLE mount ( 229 mountpoint VARCHAR(255) NOT NULL, 230 total BIGINT NOT NULL, 231 used BIGINT NOT NULL, 232 PRIMARY KEY(mountpoint) 226 233 ) ENGINE=innodb; 227 234
Note:
See TracChangeset
for help on using the changeset viewer.
