File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ To prevent sad pandas, please check the following items before making a release:
2
+
3
+ - Make sure that the APP POINTS TO COMMONS. This is very important, and should be
4
+ ensured. The variables to check are ` API_URL ` , ` IMAGE_URL_BASE ` , ` HOME_URL ` and
5
+ ` EVENTLOG_WIKI ` , in ` CommonsApplication.java ` . Preferred way to do this is to have
6
+ a staved ` git stash ` that applies these, and then apply them (and make a branch)
7
+ before pushing them out
8
+ - Check for database schema migrations. If you modified the ` DATABASE_VERSION ` in
9
+ ` DBOpenHelper ` , ensure that you have appropriately written recursive migrations
10
+ in your appropriate ` onUpgrade ` methods. ** Test** this before pushing out! You
11
+ only need to test from the last database version, so should not be that hard!
You can’t perform that action at this time.
0 commit comments