mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
add index on table notifications
This commit is contained in:
@@ -1278,6 +1278,27 @@
|
||||
<field>id</field>
|
||||
</fields>
|
||||
</index>
|
||||
<index>
|
||||
<name>usr_id</name>
|
||||
<type>INDEX</type>
|
||||
<fields>
|
||||
<field>usr_id</field>
|
||||
</fields>
|
||||
</index>
|
||||
<index>
|
||||
<name>unread</name>
|
||||
<type>INDEX</type>
|
||||
<fields>
|
||||
<field>unread</field>
|
||||
</fields>
|
||||
</index>
|
||||
<index>
|
||||
<name>created_on</name>
|
||||
<type>INDEX</type>
|
||||
<fields>
|
||||
<field>created_on</field>
|
||||
</fields>
|
||||
</index>
|
||||
</indexes>
|
||||
<engine>InnoDB</engine>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user