Update of /cvsroot/mydatabasepilot/MyDatabasePilot/dbProcessBody
In directory sc8-pr-cvs1:/tmp/cvs-serv22428/dbProcessBody
Modified Files:
AddField.cfm
Log Message:
Functionality Added:
[ 773682 ] Added indexName to Unique Indexes
Index: AddField.cfm
===================================================================
RCS file: /cvsroot/mydatabasepilot/MyDatabasePilot/dbProcessBody/AddField.cfm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** AddField.cfm 30 Jun 2003 21:09:12 -0000 1.15
--- AddField.cfm 18 Jul 2003 14:33:33 -0000 1.16
***************
*** 517,520 ****
--- 517,526 ----
<cfinput name="key#i#" type="radio" value="None" /><label class="Fancy">None</label>
</cfif>
+ <br />
+
+ <!--- Index Name --->
+ <label class="Fancy">Index Name:</label>
+ <cfinput name="indexName#i#" type="text" value="#alterSpec[i].indexName#" size="20" maxlength="64" required="no" class="Fancy" />
+ <label class="Fancy">(Optional for Unique, Fulltext, and Plain Index)</label>
</td>
</tr>
|