Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
99ccb8315553f6547f90d9b0988209446106a327
Authored by
Dima Landiak
2017-11-03 13:05:50 +0200
Committed by
Andrew Shvayka
2017-11-03 20:14:43 +0200
1 parent
ceb8b39c
schema_update fix
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
application/src/main/data/upgrade/1.3.1/schema_update.sql
application/src/main/data/upgrade/1.3.1/schema_update.sql
View file @
99ccb83
...
...
@@ -14,4 +14,4 @@
14
14
-- limitations under the License.
15
15
--
16
16
17
-
ALTER
TABLE
ts_kv_latest
ALTER
COLUMN
str_v
varchar
(
10000000
);
17
+
ALTER
TABLE
ts_kv_latest
ALTER
COLUMN
str_v
SET
DATA
TYPE
varchar
(
10000000
);
...
...