feat: rename transaction table to transactions and update related references

This commit is contained in:
Stevan Freeborn
2026-03-09 04:29:01 -05:00
parent a9f1ced0d5
commit 00e54c27c6
7 changed files with 714 additions and 6 deletions
@@ -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")