working on backend-side translations
This commit is contained in:
@@ -28,8 +28,6 @@ import java.util.Map;
|
||||
import org.json.JSONObject;
|
||||
|
||||
public class SqliteDb extends BaseDb implements ProjectDb {
|
||||
private static final System.Logger LOG = System.getLogger("ProjectDb");
|
||||
private static final int INITIAL_DB_VERSION = 1;
|
||||
|
||||
public SqliteDb(Connection connection) {
|
||||
super(connection);
|
||||
|
||||
Reference in New Issue
Block a user