Skip to content

Commit 5bc6135

Browse files
format
1 parent 9e5665e commit 5bc6135

File tree

1 file changed

+2
-1
lines changed
  • crates/pglt_analyser/tests/specs/safety/addingRequiredField

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-- expect_only_lint/safety/addingRequiredField
2-
alter table test add column c int not null;
2+
alter table test
3+
add column c int not null;

0 commit comments

Comments
 (0)