Skip to content

Commit

Permalink
Merge pull request #10 from jensschuppe/dev_9
Browse files Browse the repository at this point in the history
Keep schema definition in sync with latest update hook.
  • Loading branch information
jaapjansma authored Sep 16, 2019
2 parents 17552e2 + 2b2bc73 commit a89b4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMRF/PersistenceLayer/SQLPersistingCallFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ static function schema() {
'type' => 'text',
'size' => 'big',
'serialize' => FALSE,
'not null' => TRUE,
'not null' => FALSE,
),
'reply' => array(
'description' => 'The reply data received',
'type' => 'text',
'size' => 'big',
'serialize' => FALSE,
'not null' => TRUE,
'not null' => FALSE,
),
'metadata' => array(
'description' => 'Custom metadata on the request',
Expand Down

0 comments on commit a89b4db

Please sign in to comment.