Cross Reference:
xref
: /
forgerock
/
opendj2.6.2
/
tests
/
unit-tests-testng
/
src
/
server
/
org
/
opends
/
server
/
replication
/
ProtocolWindowTest.java
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20131107111710_index_ontologies.rb revision 797d4d835625eaf5cf55d19f3a6073728dacbf76
6033
N/A
class
IndexOntologies
<
ActiveRecord
::
Migration
6033
N/A
def
change
6033
N/A
change_table
:
ontologies
do
|t|
6033
N/A
t.index
:
name
6033
N/A
end
6033
N/A
change_table
:
entities
do
|t|
6033
N/A
t.index
:
text
6033
N/A
end
6033
N/A
end
6033
N/A
end
6033
N/A