Ignore:
Timestamp:
02/16/23 14:42:39 (17 months ago)
Author:
GitHub <noreply@…>
Branches:
main
Children:
245f0ec, 50f2c2a, 9ee306b, f194b4e
Parents:
65f9c71 (diff), aced08c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
SazdovaEkaterina <74919977+SazdovaEkaterina@…> (02/16/23 14:42:39)
git-committer:
GitHub <noreply@…> (02/16/23 14:42:39)
Message:

Merge pull request #6 from SazdovaEkaterina/login-and-register

Login and register

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/java/finki/paw5/model/entities/Shelter.java

    r65f9c71 reef07ff  
    2121
    2222    @Column(name = "id_organisation")
    23     private int organisationId;
     23    private Integer organisationId;
    2424
    2525    @Column(name = "name_shelter", nullable = false, length = 100)
     
    2929    private String email;
    3030
    31     public Shelter(String address, String telephone, int organisationId, String name, String email) {
     31    public Shelter(String address, String telephone, Integer organisationId, String name, String email) {
    3232        this.address = address;
    3333        this.telephone = telephone;
Note: See TracChangeset for help on using the changeset viewer.