Skip to content

Commit

Permalink
Merge pull request #54 from cap-js/minor-fix-model
Browse files Browse the repository at this point in the history
minor fix in schema.cds
  • Loading branch information
DanSchlachter authored Apr 9, 2024
2 parents 26beb62 + e628a29 commit d6ade07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.cds
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace sap.capire.incidents;
* Customers using products sold by our company.
* Customers can create support Incidents.
*/
entity Customers : cuid, managed {
entity Customers : managed {
key ID : String;
firstName : String;
lastName : String;
Expand Down

0 comments on commit d6ade07

Please sign in to comment.