]> andersk Git - moira.git/blobdiff - db/dbopt.sql
Merge changes from ip-billing-dev branch.
[moira.git] / db / dbopt.sql
index 4c32efaeca1d6ae3f1d668e0a0dffffd599679ed..95afed67c8720aa4f9274a1474480f60b01e7113 100644 (file)
@@ -17,6 +17,7 @@ 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);
 
 create unique index i_hal_name on hostalias  (name);
 create index i_hal_id on hostalias (mach_id);
This page took 0.325458 seconds and 4 git commands to generate.