[cvs] [集體創作] changed: DatabaseCleanup
集體創作 Guest
wikiguest at horde.org
Fri Sep 7 01:07:17 UTC 2007
guest [210.241.49.125] Thu, 06 Sep 2007 18:07:17 -0700
Modified page: http://wiki.horde.org/DatabaseCleanup
New Revision: 1.2
Change log: typo for kronolith_events
@@ -60,9 +60,9 @@
#
# Count records after delete (Should always give zero)
#
HP_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.horde_prefs WHERE pref_uid='$USER'"`
-KE_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.kronolit_events WHERE calendar_id='$USER'"`
+KE_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.kronolith_events WHERE calendar_id='$USER'"`
MM_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.mnemo_memos WHERE memo_owner='$USER'"`
TO_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.turba_objects WHERE owner_id='$USER'"`
NT_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.nag_tasks WHERE task_owner='$USER'"`
HD_A=`mysql -s -u $SQLUSER --password=$SQLPWD -e "SELECT count(*) from
$DB.horde_datatree WHERE user_uid='$USER'"`
More information about the cvs
mailing list