lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

migrations.rs (204B)


      1 pub const EVENT_STORE_MIGRATION_UP: &str = include_str!("../migrations/0001_event_store.up.sql");
      2 pub const EVENT_STORE_MIGRATION_DOWN: &str =
      3     include_str!("../migrations/0001_event_store.down.sql");