Add justification_document_id field

pull/3049/head
Julio 6 years ago
parent 79ed009c6e
commit 9677e0701c
  1. 1
      plugin/justification/Justification.php

@ -87,6 +87,7 @@ class Justification extends Plugin
$sql = "CREATE TABLE IF NOT EXISTS justification_document_rel_users (
id INT unsigned NOT NULL auto_increment PRIMARY KEY,
justification_document_id INT NOT NULL,
file_path VARCHAR(255),
user_id INT,
date_validity DATE

Loading…
Cancel
Save