1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

fix migration test

This commit is contained in:
Damodar Lohani 2022-02-13 00:55:21 +00:00
parent e3f681caa4
commit 034f72addf

View file

@ -35,24 +35,7 @@ abstract class Migration
* @var array
*/
public static array $versions = [
'0.6.0' => 'V05',
'0.7.0' => 'V06',
'0.8.0' => 'V07',
'0.9.0' => 'V08',
'0.9.1' => 'V08',
'0.9.2' => 'V08',
'0.9.3' => 'V08',
'0.9.4' => 'V08',
'0.10.0' => 'V09',
'0.10.1' => 'V09',
'0.10.2' => 'V09',
'0.10.3' => 'V09',
'0.10.4' => 'V09',
'0.11.0' => 'V10',
'0.12.0' => 'V10',
'0.12.0' => 'V11',
'0.12.1' => 'V11',
'0.13.0' => 'V11',
'0.13.0' => 'V12',
];
/**