This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit 8c2784ec4c5d1473882fc0cfcd742d64de0bef79
Author: Willem Jiang <jiangni...@huawei.com>
AuthorDate: Sat May 26 10:46:16 2018 +0800

    SCB-566 Removed the unused columns in MySQL schema
---
 alpha/alpha-server/src/main/resources/schema-mysql.sql | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/alpha/alpha-server/src/main/resources/schema-mysql.sql 
b/alpha/alpha-server/src/main/resources/schema-mysql.sql
index a2d5e92..ecb934e 100644
--- a/alpha/alpha-server/src/main/resources/schema-mysql.sql
+++ b/alpha/alpha-server/src/main/resources/schema-mysql.sql
@@ -42,8 +42,6 @@ CREATE TABLE IF NOT EXISTS Command (
   localTxId varchar(36) NOT NULL,
   parentTxId varchar(36) DEFAULT NULL,
   compensationMethod varchar(256) NOT NULL,
-  retryMethod varchar(256) DEFAULT NULL,
-  retries int NOT NULL DEFAULT 0,
   payloads varbinary(10240),
   status varchar(12),
   lastModified datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
@@ -66,4 +64,4 @@ CREATE TABLE IF NOT EXISTS TxTimeout (
   version bigint NOT NULL,
   PRIMARY KEY (surrogateId),
   INDEX saga_timeouts_index (surrogateId, expiryTime, globalTxId, localTxId, 
status)
-) DEFAULT CHARSET=utf8;
\ No newline at end of file
+) DEFAULT CHARSET=utf8;

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to