File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Welcome to Specify Developer documentation!
49
49
security/fix_exposed_secret
50
50
security/monitoring
51
51
52
+ .. toctree ::
53
+ :maxdepth: 1
54
+ :caption: Testing:
55
+
56
+ testing/pull_requests
57
+
52
58
.. toctree ::
53
59
:maxdepth: 1
54
60
:caption: Misc:
Original file line number Diff line number Diff line change
1
+ Pull Request Testing
2
+ ########################
3
+
4
+ PRs tagged with label "Migration"
5
+ =======================
6
+
7
+ * Download the current database you’ll be working with.
8
+ * Upload a duplicate of this database with a new name format:
9
+ oldDatabaseName_migration4847 (or similar, based on the migration number).
10
+ * Create a branch with this duplicate database.
11
+ * Run the tests on this branch.
12
+ * Once testing is complete, delete the duplicate database on which the migration was run.
You can’t perform that action at this time.
0 commit comments