SuccessChanges

Summary

  1. https://github.com/cloudstore/cloudstore/issues/90 (commit: 4d7274268f9cbd8b4052534d0a974dc73235865a) (details)
Commit 4d7274268f9cbd8b4052534d0a974dc73235865a by marco
https://github.com/cloudstore/cloudstore/issues/90
(commit: 4d7274268f9cbd8b4052534d0a974dc73235865a)
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/AbstractDatabaseAdapter.java
The file was addedco.codewizards.cloudstore.local/src/test/java/co/codewizards/cloudstore/local/db/AbstractDbMigrateTest.java
The file was addedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/Table.java
The file was addedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/DatabaseMigrater.java
The file was modifiedco.codewizards.cloudstore.local/src/test/resources/logback-test.xml
The file was modifiedco.codewizards.cloudstore.core/src/main/java/co/codewizards/cloudstore/core/repo/local/LocalRepoManager.java
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/LocalRepoManagerImpl.java
The file was addedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/DatabaseMigraterThreadManager.java
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/DerbyDatabaseAdapter.java
The file was modifiedco.codewizards.cloudstore.local/src/test/java/co/codewizards/cloudstore/local/db/PostgresqlDatabaseAdapterTest.java
The file was addedco.codewizards.cloudstore.local/src/test/java/co/codewizards/cloudstore/local/db/DbMigrateFromPostgresqlToDerbyTest.java
The file was addedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/Column.java
The file was modifiedco.codewizards.cloudstore.local/src/test/java/co/codewizards/cloudstore/local/dbupdate/DbUpdateTest.java
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/DatabaseAdapter.java
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/LocalRepoManagerFactoryImpl.java
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/PostgresqlDatabaseAdapter.java
The file was modifiedco.codewizards.cloudstore.local/src/test/java/co/codewizards/cloudstore/local/AbstractTest.java
The file was removedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/dbmigrate/DatabaseMigrater.java
The file was modifiedco.codewizards.cloudstore.local/src/main/java/co/codewizards/cloudstore/local/db/ExternalJdbcDatabaseAdapter.java
The file was addedco.codewizards.cloudstore.local/src/test/java/co/codewizards/cloudstore/local/db/DbMigrateFromDerbyToPostgresqlTest.java