chore: update migrations & images and switch to new registry

This commit is contained in:
Peter 2025-04-01 20:27:03 +02:00
parent 87a06dac66
commit b4347cc8a2
Signed by: prskr
GPG key ID: F56BED6903BC5E37
23 changed files with 388 additions and 37 deletions
testdata/dotnet-client/test/supabase-integration.api-test

View file

@ -21,7 +21,7 @@ public class TaskList : BaseModel
[PrimaryKey("id")]
public int Id { get; set; }
[Column("user_id")]
public int UserId { get; set; }
public Guid UserId { get; set; }
[Column("name")]
public string Name { get; set; }
}
}