Skip to content

Commit

Permalink
[TASK] add pages field
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Jul 22, 2024
1 parent e4d9251 commit a400ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CREATE TABLE tx_personnel_domain_model_person (
youtube tinytext,
facebook tinytext,
website tinytext,
pages INT UNSIGNED DEFAULT 0 NOT NULL,
KEY parent (pid,sorting),
KEY t3ver_oid (t3ver_oid,t3ver_wsid),
KEY language (sys_language_uid)
Expand Down

0 comments on commit a400ae9

Please sign in to comment.