Skip to content

Commit fd37487

Browse files
authored
ORA-01400: cannot insert NULL fix (#616)
* Adding +x to script, typos and remove verrazzano file * Repo updates for OL Changed repo for Oracle Linux to Oracle hosted repo * Typo in Dockerfile * Upgrading OKE and nodepool version to latest Current version 1.21.5 doesn't deploy properly. Upgrading to latest version * Updated README.md Changed the bit.ly URL * Initial check-in of sec workshop (#456) Initial check-in of sec workshop (#456) * Initial check in of Security Workshop (WMS8461) Initial check in of Security Workshop (WMS8461) * Initial check in of Security Workshop (WMS8461) * CLI Setup changes * Sample app Doc Update * Doc and SQL script updates * Created separate doc for the CLI stuff * cli doc changes * Removing CLI stuff * Doc updates * Doc bugs and Vault Documentation * Doc bugs and Vault docs * Vault Doc Updates * Setup doc fixes * Spell checking * Vault doc updates * Doc updates per Mark findings * Fix for k8s version and TF deprecated attr * Removed ssl_server_cert_dn from DBLINK * Remove _SSL_SERVER_CERT_DN vars * Adding back DB1_SSL_SERVER_CERT_DN * Vault doc updates * Vault doc updates * Setup and Vault changes * Typos * Added HashiCorp * Setup doc updates * Adding .gitignore for Hugo files * Rollback SSL_SERVER_CERT changes * Vault doc updates * PR fixes * Bugfixes * Vault doc update * Added Liquibase stuff * Liquibase stuff * LBase bug fixes and pom.xml update * LBase updates * APISIX script updates * fixed ORA-01400: cannot insert NULL * removed unused imports
1 parent 5bd453b commit fd37487

File tree

1 file changed

+0
-3
lines changed
  • cloudbank-v2/spring-apps/customer/src/main/java/com/example/customer/model

1 file changed

+0
-3
lines changed

cloudbank-v2/spring-apps/customer/src/main/java/com/example/customer/model/Customers.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
import javax.persistence.Entity;
77
import javax.persistence.Id;
88
import javax.persistence.Table;
9-
import javax.persistence.GeneratedValue;
10-
import javax.persistence.GenerationType;
119
import javax.persistence.Column;
1210
import lombok.Data;
1311
import lombok.NoArgsConstructor;
@@ -23,7 +21,6 @@
2321
public class Customers {
2422

2523
@Id
26-
@GeneratedValue(strategy = GenerationType.IDENTITY)
2724
@Column(name = "CUSTOMER_ID")
2825
private String customerId;
2926

0 commit comments

Comments
 (0)