feat: rename transaction table to transactions and update related references
This commit is contained in:
@@ -284,7 +284,7 @@ namespace FiscalOS.Infra.Migrations
|
||||
|
||||
b.HasIndex("UserId");
|
||||
|
||||
b.ToTable("Transaction");
|
||||
b.ToTable("Transactions");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("FiscalOS.Core.Transactions.TransactionMetadata", b =>
|
||||
@@ -324,7 +324,6 @@ namespace FiscalOS.Infra.Migrations
|
||||
b.HasBaseType("FiscalOS.Core.Accounts.AccountMetadata");
|
||||
|
||||
b.Property<string>("Cursor")
|
||||
.IsRequired()
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("PlaidId")
|
||||
|
||||
Reference in New Issue
Block a user