- add additional migration files
- add seeder for collections - coverage x_min, x_max, y_min, y_max - SitelinkController db-independent
This commit is contained in:
parent
4d22498e2d
commit
c082b4bc60
25 changed files with 463 additions and 86 deletions
|
@ -19,7 +19,7 @@ class Coverage extends Model
|
|||
'time_min',
|
||||
'time_max',
|
||||
'time_absolut',
|
||||
'xmin', 'xmax', 'ymin', 'ymax'
|
||||
'x_min', 'x_max', 'y_min', 'y_max'
|
||||
];
|
||||
|
||||
public function dataset()
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue