Skip to content

Commit b9ea8ed

Browse files
takluyveriffyio
andauthored
Remove superfluous description
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent f3ac084 commit b9ea8ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ast/ddl.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3029,8 +3029,6 @@ pub struct CreateTrigger {
30293029
/// FOR EACH ROW
30303030
/// EXECUTE FUNCTION trigger_function();
30313031
/// ```
3032-
///
3033-
/// This may be omitted in SQLite, the effect is equivalent to BEFORE.
30343032
pub period: Option<TriggerPeriod>,
30353033
/// Whether the trigger period was specified before the target table name.
30363034
/// This does not refer to whether the period is BEFORE, AFTER, or INSTEAD OF,

0 commit comments

Comments
 (0)