1
0
Fork 0
forked from 2sys/phonograph
phonograph/interim-models/src/lib.rs

20 lines
393 B
Rust
Raw Normal View History

2025-08-04 13:59:42 -07:00
pub mod client;
pub mod cluster;
pub mod datum;
2025-10-01 22:36:19 -07:00
pub mod errors;
2025-08-24 23:24:01 -07:00
pub mod expression;
2025-07-08 16:54:51 -07:00
pub mod field;
pub mod field_form_prompt;
pub mod form_transition;
pub mod language;
mod macros;
pub mod portal;
2025-09-08 15:56:57 -07:00
pub mod presentation;
2025-08-04 13:59:42 -07:00
pub mod rel_invitation;
pub mod service_cred;
2025-08-04 13:59:42 -07:00
pub mod user;
pub mod workspace;
pub mod workspace_user_perm;
2025-07-08 14:37:03 -07:00
pub static MIGRATOR: sqlx::migrate::Migrator = sqlx::migrate!();