Changeset 24545 for trunk/Nebulous-Server/lib/Nebulous/Server
- Timestamp:
- Jun 24, 2009, 3:35:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r24544 r24545 286 286 }, 287 287 new_volume => qq{ 288 INSERT INTO volume (name, host, path, allocate, available, xattr )289 VALUES (?, ?, ?, TRUE, TRUE, FALSE )288 INSERT INTO volume (name, host, path, allocate, available, xattr, mountpoint) 289 VALUES (?, ?, ?, TRUE, TRUE, FALSE, ?) 290 290 }, 291 291 get_volume_by_name => qq{
Note:
See TracChangeset
for help on using the changeset viewer.
