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