Fixing migration name.

This commit is contained in:
Dessalines 2024-12-02 18:38:18 -05:00
parent 1f284076ce
commit 34a440a6d7
3 changed files with 1 additions and 0 deletions

View file

@ -660,6 +660,7 @@ diesel::table! {
enabled -> Bool, enabled -> Bool,
published -> Timestamptz, published -> Timestamptz,
updated -> Nullable<Timestamptz>, updated -> Nullable<Timestamptz>,
use_pkce -> Bool,
} }
} }