Skip to content

Commit d5a4c7c

Browse files
authored
Merge pull request #70 from fluentmigrator/feature/fix-submodules-and-add-v4-and-v5
Fix submodules and add v4.x and v5.x
2 parents d1cae9f + 9466353 commit d5a4c7c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitmodules

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@
55
[submodule "fm-v3.x"]
66
path = fm-v3.x
77
url = https://github.com/fluentmigrator/fluentmigrator
8-
branch = master
8+
branch = archive/3.x
9+
[submodule "fm-v4.x"]
10+
path = fm-v4.x
11+
url = https://github.com/fluentmigrator/fluentmigrator
12+
branch = archive/4.x
13+
[submodule "fm-v5.x"]
14+
path = fm-v5.x
15+
url = https://github.com/fluentmigrator/fluentmigrator
16+
branch = main

fm-v4.x

Submodule fm-v4.x added at 3db8f98

fm-v5.x

Submodule fm-v5.x added at bf75b3e

0 commit comments

Comments
 (0)