fix join tables, should be ['pcu_protocol_type']
authorTony Mack <tmack@cs.princeton.edu>
Tue, 18 Dec 2007 17:19:43 +0000 (17:19 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 18 Dec 2007 17:19:43 +0000 (17:19 +0000)
PLC/PCUTypes.py

index d1f650c..f0e7376 100644 (file)
@@ -21,7 +21,7 @@ class PCUType(Row):
 
     table_name = 'pcu_types'
     primary_key = 'pcu_type_id'
-    join_tables = ['pcu_port_type']
+    join_tables = ['pcu_protocol_type']
     fields = {
         'pcu_type_id': Parameter(int, "PCU Type Identifier"),
        'model': Parameter(str, "PCU model", max = 254),