Skip to content

Commit 186cc69

Browse files
committed
nit
1 parent 82ea626 commit 186cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kyuubi-server/src/main/resources/sql/postgresql/001-KYUUBI-7028.postgresql.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CREATE TABLE IF NOT EXISTS k8s_engine_info(
1313
engine_state varchar(32),
1414
engine_error text,
1515
update_time bigint NOT NULL
16-
);
16+
);
1717

1818
COMMENT ON COLUMN k8s_engine_info.key_id IS 'the auto increment key id';
1919
COMMENT ON COLUMN k8s_engine_info.identifier IS 'the identifier id, which is an UUID';

0 commit comments

Comments
 (0)