pub fn run_filestore_migrations(conn: &Connection) -> Result<(), StoreError>Expand description
Initialize the FileStore schema. Creates the wave_file and file_data
tables. Already a flat single-DDL store — unaffected by the
objects.db flattening.
pub fn run_filestore_migrations(conn: &Connection) -> Result<(), StoreError>Initialize the FileStore schema. Creates the wave_file and file_data
tables. Already a flat single-DDL store — unaffected by the
objects.db flattening.