merge migration #252

Merged
RecentRunner merged 2 commits from merge-migration into main 2026-04-13 19:48:38 -06:00
Showing only changes of commit e0297dff6a - Show all commits

View File

@@ -1,11 +1,13 @@
package com.petshop.backend.entity;
import jakarta.persistence.*;
import org.hibernate.annotations.Immutable;
import java.time.LocalDateTime;
import java.util.Objects;
@Entity
@Immutable
@Table(name = "activityLog")
public class ActivityLog {