IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2005, 5:26:07 PM (21 years ago)
Author:
jhoblitt
Message:

change delete_object to also remove storage_object_attr

File:
1 edited

Legend:

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

    r5478 r5481  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.10 2005-11-05 02:35:45 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.11 2005-11-05 03:26:07 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    3333    },
    3434    delete_object       => qq{
    35         DELETE FROM storage_object
     35        DELETE FROM storage_object, storage_object_attr
    3636        WHERE so_id = ?
    3737    },
Note: See TracChangeset for help on using the changeset viewer.