Skip to content

Commit

Permalink
Add new Vanilla fields for parity with upstream (3795bb2)
Browse files Browse the repository at this point in the history
  • Loading branch information
linc committed Dec 29, 2024
1 parent 0f2f3dd commit 2ab5736
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
'Comment' => array(
'CommentID' => 'int',
'DiscussionID' => 'int',
"parentRecordType" => "varchar(10)",
"parentRecordID" => "int",
"parentCommentID" => "int",
'InsertUserID' => 'int',
'UpdateUserID' => 'int',
'DeleteUserID' => 'int',
Expand Down

0 comments on commit 2ab5736

Please sign in to comment.