feat(db): seed a representative Spectrum cataloguing field set (idempotent)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 11:20:35 +02:00
parent 91a9eb2964
commit adc7c61ee2
3 changed files with 253 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ pub mod audit;
pub mod authority;
pub mod catalog;
pub mod fields;
pub mod seed;
pub mod vocab;
use sqlx::postgres::{PgPool, PgPoolOptions};