[1967] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4106 - trunk/moira/db

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu May 9 11:36:42 2013

Date: Thu, 9 May 2013 11:36:35 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201305091536.r49FaZmu008366@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-05-09 11:36:35 -0400 (Thu, 09 May 2013)
New Revision: 4106

Modified:
   trunk/moira/db/dbopt.sql
Log:
Don't index nonexistant column.

Modified: trunk/moira/db/dbopt.sql
===================================================================
--- trunk/moira/db/dbopt.sql	2013-04-10 17:34:25 UTC (rev 4105)
+++ trunk/moira/db/dbopt.sql	2013-05-09 15:36:35 UTC (rev 4106)
@@ -18,7 +18,6 @@
 create index i_mac_addr on machine (address);
 create index i_mac_loc on machine (location);
 create index i_mac_snet on machine (snet_id);
-create index i_mac_hwaddr on machine (hwaddr);
 create index i_mac_owner on machine (owner_id);
 create index i_mac_acctnumber on machine(account_number);
 


home help back first fref pref prev next nref lref last post