source: WAeUP_SRP/trunk/profiles/default/pins.xml @ 1430

Last change on this file since 1430 was 1062, checked in by joachim, 18 years ago

add search for serial No

  • Property svn:keywords set to Id
File size: 557 bytes
RevLine 
[440]1<?xml version="1.0"?>
[1062]2<object name="portal_pins" meta_type="WAeUP Table">
[440]3 <column value="pin"/>
4 <column value="student"/>
[488]5 <column value="serial"/>
[535]6 <column value="prefix_batch"/>
[440]7 <index name="pin" meta_type="FieldIndex">
8  <indexed_attr value="pin"/>
9 </index>
[535]10 <index name="prefix_batch" meta_type="FieldIndex">
11  <indexed_attr value="prefix_batch" />
12 </index>
[440]13 <index name="student" meta_type="FieldIndex">
14  <indexed_attr value="student"/>
15 </index>
[1058]16 <index name="serial" meta_type="FieldIndex">
17  <indexed_attr value="serial"/>
18 </index>
[440]19</object>
Note: See TracBrowser for help on using the repository browser.