Skip to content

Commit

Permalink
Merge pull request #54 from beatrycze-volk/fix-tables-defintion
Browse files Browse the repository at this point in the history
[BUGFIX] Add missing fields to `ext_tables.sql`
  • Loading branch information
beatrycze-volk authored Jan 24, 2025
2 parents c175c16 + 3378dbf commit 6d9a29a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ CREATE TABLE tx_digasfemanagement_domain_model_statistic (

CREATE TABLE tx_digasfemanagement_domain_model_access (
dlf_document int(11) DEFAULT '0' NOT NULL,
start_time int(11) DEFAULT '0' NOT NULL,
end_time int(11) DEFAULT '0' NOT NULL,
record_id varchar(255) DEFAULT '' NOT NULL,
fe_user int(11) unsigned DEFAULT '0' NOT NULL,
access_granted_notification int(11) DEFAULT '0' NOT NULL,
Expand Down

0 comments on commit 6d9a29a

Please sign in to comment.