Skip to content

Commit b6461dc

Browse files
authored
LBase updates (#608)
* 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
1 parent 398a71c commit b6461dc

File tree

1 file changed

+3
-3
lines changed
  • cloudbank-v2/spring-apps/account/src/main/resources/db/changelog

1 file changed

+3
-3
lines changed

cloudbank-v2/spring-apps/account/src/main/resources/db/changelog/table.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ COMMENT ON TABLE ACCOUNT.ACCOUNTS is 'CLOUDBANK ACCOUNTS TABLE';
2525

2626
CREATE TABLE ACCOUNT.JOURNAL (
2727
JOURNAL_ID NUMBER GENERATED ALWAYS AS IDENTITY (START WITH 1 CACHE 20),
28-
JOURNAL_TYPE VARCHAR2(40) NOT NULL,
29-
LRA_ID VARCHAR2 (20),
30-
LRA_STATE VARCHAR2 (20),
28+
JOURNAL_TYPE VARCHAR2(20) NOT NULL,
29+
LRA_ID VARCHAR2 (1024),
30+
LRA_STATE VARCHAR2 (40),
3131
JOURNAL_AMOUNT NUMBER,
3232
ACCOUNT_ID NUMBER NOT NULL
3333
) LOGGING;

0 commit comments

Comments
 (0)