This commit is contained in:
2026-06-09 23:05:35 +02:00
parent ee2fc42fff
commit eb2652f7e9
27 changed files with 665 additions and 538 deletions
@@ -174,7 +174,7 @@ impl MigrationTrait for Migration {
.col(
ColumnDef::new(Alias::new("pub_key"))
.text()
.not_null()
.null()
.unique_key(),
)
.col(