group and channel name can't be null

This commit is contained in:
2025-07-08 10:53:54 +03:30
parent f97a154869
commit b03569c1b7
4 changed files with 50 additions and 14 deletions
@@ -7,7 +7,7 @@ import java.sql.SQLException;
public class ConnectionDb {
private static final String JDBC_URL = "jdbc:postgresql://localhost:5432/Telegram";
private static final String USERNAME = "postgres";
private static final String PASSWORD = "124postpass";
private static final String PASSWORD = "Partow@1384";
public ConnectionDb() {
}