use diesel_migrations::{embed_migrations, EmbeddedMigrations}; pub const MIGRATIONS: EmbeddedMigrations = embed_migrations!("migrations/");