Skip to content

Commit

Permalink
Merge pull request #620 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: rollback
  • Loading branch information
ychung-mot committed Sep 12, 2024
2 parents 5eeb255 + 2dbeee8 commit 8e11780
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions server/StrDss.Data/Entities/DssDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
entity.Property(e => e.BcRegistryNo)
.HasMaxLength(50)
.HasColumnName("bc_registry_no");
entity.Property(e => e.BusinessLicenceExpiryDt).HasColumnName("business_licence_expiry_dt");
entity.Property(e => e.BusinessLicenceId).HasColumnName("business_licence_id");
entity.Property(e => e.BusinessLicenceNo)
.HasMaxLength(320)
Expand Down Expand Up @@ -989,9 +988,6 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
.HasMaxLength(250)
.HasColumnName("last_action_nm");
entity.Property(e => e.LatestReportPeriodYm).HasColumnName("latest_report_period_ym");
entity.Property(e => e.LicenceStatusType)
.HasMaxLength(25)
.HasColumnName("licence_status_type");
entity.Property(e => e.ListingContactNamesTxt).HasColumnName("listing_contact_names_txt");
entity.Property(e => e.ListingStatusSortNo).HasColumnName("listing_status_sort_no");
entity.Property(e => e.ListingStatusType)
Expand Down
4 changes: 0 additions & 4 deletions server/StrDss.Data/Entities/DssRentalListingVw.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ public partial class DssRentalListingVw

public string? BusinessLicenceNoMatched { get; set; }

public DateOnly? BusinessLicenceExpiryDt { get; set; }

public string? LicenceStatusType { get; set; }

public string? EffectiveBusinessLicenceNo { get; set; }

public string? EffectiveHostNm { get; set; }
Expand Down

0 comments on commit 8e11780

Please sign in to comment.