Skip to content

Commit

Permalink
Add lantern_extras mod to make sure corresponding SQL schema is gener…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
Ngalstyan4 committed Nov 15, 2024
1 parent bc464b8 commit 2db0498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lantern_extras/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ pub mod dotvecs;
pub mod embeddings;
pub mod stemmers;

// ensure lantern_extras schema is created
#[pg_schema]
mod lantern_extras {}

// this will be deprecated and removed on upcoming releases
pub static OPENAI_TOKEN: GucSetting<Option<&'static CStr>> =
GucSetting::<Option<&'static CStr>>::new(None);
Expand Down

0 comments on commit 2db0498

Please sign in to comment.