We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e3ec6 commit cfc7e45Copy full SHA for cfc7e45
crates/pg_analyser/src/lint/safety/ban_drop_not_null.rs
@@ -12,7 +12,7 @@ declare_lint_rule! {
12
///
13
/// ### Invalid
14
15
- /// ```sql,expect_diagnostic
+ /// ```sql,ignore
16
/// alter table users alter column email drop not null;
17
/// ```
18
pub BanDropNotNull {
0 commit comments