Skip to content

Commit 8e232af

Browse files
author
ChiveHao
authored
fix: ddl sql issue (#647)
1 parent 74bc759 commit 8e232af

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
更新日志文档,版本顺序从新到旧,最新版本在最前(上)面。
44

5+
# 0.15.3
6+
7+
## 问题修复
8+
9+
- 修复SQL问题
10+
511
# 0.15.2
612

713
## 新特性

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.15.2
1+
version=0.15.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ALTER TABLE episode
2-
ALTER COLUMN sequence TYPE real USING expression;
2+
ALTER COLUMN sequence TYPE real USING sequence;

0 commit comments

Comments
 (0)