-
Notifications
You must be signed in to change notification settings - Fork 1
Create Flag entity #7
Copy link
Copy link
Open
Labels
backendBackend developmentBackend developmentdatabaseDatabase relatedDatabase relatedgood first issueGood for newcomersGood for newcomers
Milestone
Metadata
Metadata
Assignees
Labels
backendBackend developmentBackend developmentdatabaseDatabase relatedDatabase relatedgood first issueGood for newcomersGood for newcomers
Create the Flag JPA entity with these fields: id, key (unique), name, description, enabled, rolloutPercentage, environment, createdAt, updatedAt. Use Panache and annotate with @entity.