debug
This commit is contained in:
10
code/database/mongo/migrations/video_clicks.php
Normal file
10
code/database/mongo/migrations/video_clicks.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'collection' => 'video_clicks',
|
||||
'indexes' => [
|
||||
[
|
||||
'key' => ['v_id' => 1, 'vc_date' => 1, 'vc_type' => 1],
|
||||
'options' => ['unique' => true]
|
||||
],
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user