Skip to content

Commit bf781cc

Browse files
committed
update upgrade sql.
1 parent f1231bc commit bf781cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/version_update/from_v101_to_v110.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ INSERT INTO dss_appconn_instance
268268
(appconn_id, label, url, enhance_json, homepage_uri)
269269
VALUES(22, 'DEV', '/home', '', '');
270270
INSERT INTO dss_appconn_instance
271-
(id, appconn_id, label, url, enhance_json, homepage_uri)
271+
(appconn_id, label, url, enhance_json, homepage_uri)
272272
VALUES(24, 'DEV', '/apiservices', '', '');
273273

274274
update dss_appconn set id=id+1000;

0 commit comments

Comments
 (0)