Skip to content

Commit 3282ef2

Browse files
charleswengDaanHoogland
authored andcommitted
add EOF to sql schema migrations
1 parent e05fb25 commit 3282ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-480to481.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
-- Add description
2323
alter table `cloud`.`vpc_gateways` add column `description` varchar(255) default '';
24-
alter table `cloud`.`networks` add column `description` varchar(255) default '';
24+
alter table `cloud`.`networks` add column `description` varchar(255) default '';

0 commit comments

Comments
 (0)