From be6ea93d4510bff1445e596ed8558bf761c8bfd3 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Thu, 15 Aug 2019 14:00:07 +0800 Subject: [PATCH] =?UTF-8?q?[POS][=E4=BF=AE=E6=94=B9]:pos=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V201908151357__POS_CMD_LOG.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201908151357__POS_CMD_LOG.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201908151357__POS_CMD_LOG.sql b/mallinkAdmin/src/main/resources/db/migration/V201908151357__POS_CMD_LOG.sql new file mode 100644 index 000000000..4cc11611a --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201908151357__POS_CMD_LOG.sql @@ -0,0 +1,2 @@ +alter table `pos_action_log` +add column `dev_id` VARCHAR(50) GENERATED ALWAYS AS (`req_json` ->> '$.dev_id') NULL; \ No newline at end of file