chore: update migrations & images and switch to new registry
This commit is contained in:
parent
87a06dac66
commit
b4347cc8a2
23 changed files with 388 additions and 37 deletions
testdata/dotnet-client/test/supabase-integration.api-test
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue