
heroku deploy test
@3ca5d17b9f96829d51719848cfe99d7f6f045ef6
--- .gitignore
+++ .gitignore
... | ... | @@ -14,5 +14,5 @@ |
14 | 14 |
public/uploadFiles |
15 | 15 |
.DS_Store |
16 | 16 |
repo/ |
17 |
-db |
|
17 |
+*.db |
|
18 | 18 |
*.iml |
--- app/Global.java
+++ app/Global.java
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 |
|
22 | 22 |
public class Global extends GlobalSettings { |
23 | 23 |
public void onStart(Application app) { |
24 |
-// InitialData.insert(app); |
|
24 |
+ InitialData.insert(app); |
|
25 | 25 |
// InitialData.makeUploadFolder(); |
26 | 26 |
// InitialData.makeTestRepository(); |
27 | 27 |
// UserApp.anonymous = User.findByLoginId("anonymous"); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?