X-Git-Url: http://git.dj3c1t.com/index.cgi?a=blobdiff_plain;f=mw_sourceml.php;h=731639f55402134baf9ea62e691e82b65c2175fd;hb=7c409a5bc63aeda75b8d6d33e42dd7863b5019c6;hp=2c7cc5bd121b07b5454871be1b2deab2d7761b43;hpb=b2437852f60b76e437950c0458149d92686ee38b;p=mw_sourceml diff --git a/mw_sourceml.php b/mw_sourceml.php index 2c7cc5b..731639f 100644 --- a/mw_sourceml.php +++ b/mw_sourceml.php @@ -66,7 +66,8 @@ || $sgbd->table_exists("#--sml_source_cache") || $sgbd->table_exists("#--sml_source_compositions") || $sgbd->table_exists("#--sml_source_derivations") - || $sgbd->table_exists("#--sml_source_documents"); + || $sgbd->table_exists("#--sml_source_documents") + || $sgbd->table_exists("#--sml_sources_invitations"); } catch(Exception $e){ return "impossible de savoir si les tables existent deja"; @@ -208,6 +209,7 @@ ." `id_source` INT(11) NOT NULL," ." `id_author` INT(11) NOT NULL," ." `id_sources_access` INT(11) NOT NULL," + ." `date_invitation` datetime NOT NULL," ." PRIMARY KEY (`id`)" .")"; $sgbd->query($sql);