mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 03:29:46 +01:00
Remove unused/unsupported SQLite command
This commit is contained in:
parent
e04f39ad48
commit
6c11a51f28
@ -74,9 +74,10 @@ public class _2_DuplicateMigration extends DataMigration {
|
||||
connection.commit();
|
||||
connection.setAutoCommit(true);
|
||||
// free up disk space (sqlite command)
|
||||
try (Statement statement = connection.createStatement()) {
|
||||
statement.executeUpdate("VACUUM");
|
||||
}
|
||||
// try (Statement statement = connection.createStatement()) {
|
||||
// statement.executeUpdate("VACUUM");
|
||||
// }
|
||||
//SQLite no longer supported/used
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user