Cross Reference:
xref
: /
dovecot
/
src
/
lib-storage
/
index
/
mbox
/
mbox-sync.c
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
20131107111710_index_ontologies.rb revision c0af95c4b14ce85e9a6acabf0d776e9ac1521d4a
class
IndexOntologies
<
ActiveRecord
::
Migration
def
change
change_table
:
ontologies
do
|t|
t.index
:
name
end
change_table
:
entities
do
|t|
t.index
:
name
t.index
:
display_name
t.index
:
text
end
end
end