Skip to content
Snippets Groups Projects
Commit f99a2d81 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

add backported migrations, fixes #203

parent 923e4bc2
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,8 @@ class DBSchemaVersion implements SchemaVersion ...@@ -168,7 +168,8 @@ class DBSchemaVersion implements SchemaVersion
if ($result && $result->rowCount() > 0) { if ($result && $result->rowCount() > 0) {
$backported_migrations = [ $backported_migrations = [
20200306, 20200713, 20200811, 20200909, 20200910, 20200306, 20200713, 20200811, 20200909, 20200910,
20201002, 20201103, 202011031, 20210317 20201002, 20201103, 202011031, 20210317, 20210422,
20210425, 20210503
]; ];
// drop backported migrations // drop backported migrations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment