File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818- Spring Boot обновлен до 1.5.8.RELEASE.
1919- Изменен загрузочный спиннер. Спасибо loading.io за это.
2020- При смене юзера/логауте БД не очищается.
21- - Стратегия миграции БД изменилась с ` update ` на ` create-drop ` .
2221
2322### Исправлено
2423- Баг с иконкой в трее в случае смены пользователя.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ logging.file = vkmusic.log
77spring.datasource.url =jdbc:sqlite:vkmusic.db
88spring.datasource.driverClassName =org.sqlite.JDBC
99spring.jpa.properties.hibernate.dialect =com.enigmabridge.hibernate.dialect.SQLiteDialect
10- spring.jpa.hibernate.ddl-auto =create-drop
10+ spring.jpa.hibernate.ddl-auto =update
1111
1212# #############
1313spring.jmx.enabled =false
You can’t perform that action at this time.
0 commit comments