mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 03:06:54 +00:00
parent
29c7fe4887
commit
3dc5290199
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
* text=auto eol=lf
|
||||
@ -12,7 +12,6 @@ public class MigrationFilenames {
|
||||
public String apiAccesses;
|
||||
public String downloads;
|
||||
public String indexerSearches;
|
||||
public String indexerStatuses;
|
||||
public String indexers;
|
||||
public String searches;
|
||||
|
||||
|
||||
@ -77,7 +77,6 @@ public class SqliteMigration {
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE INDEXERAPIACCESS").executeUpdate();
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE indexersearch").executeUpdate();
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE search").executeUpdate();
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE indexerstatus").executeUpdate();
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE indexernzbdownload").executeUpdate();
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE SEARCHRESULT").executeUpdate();
|
||||
entityManager.createNativeQuery("TRUNCATE TABLE indexer").executeUpdate();
|
||||
|
||||
@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "v1.4.3",
|
||||
"changes": [
|
||||
{
|
||||
"type": "fix",
|
||||
"text": "Migration failed because of missing datatabase table"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "v1.4.2",
|
||||
"changes": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user