Skip to content

Commit

Permalink
Accept changed T&Cs and privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanalicic committed Dec 7, 2022
1 parent 3f0ed94 commit 8e976fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/database/TenantServiceDatabase.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CREATE TABLE TENANT
create_date datetime NOT NULL,
update_date datetime,
settings VARCHAR(4000) default NULL,
privacy_activation_date datetime,
termsandconditions_activation_date datetime,
PRIMARY KEY (ID)
);

Expand Down

0 comments on commit 8e976fb

Please sign in to comment.