From d48f823c9ca9fbd2ca227e0070ad4c55d923e960 Mon Sep 17 00:00:00 2001 From: chankalan Date: Thu, 11 Feb 2021 22:29:11 +0100 Subject: [PATCH] tinyint pour le sujet principal --- base/podcast.php | 2 +- paquet.xml | 2 +- podcast_administrations.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base/podcast.php b/base/podcast.php index d7cc2a4..c59ed15 100644 --- a/base/podcast.php +++ b/base/podcast.php @@ -76,7 +76,7 @@ function podcast_declarer_tables_objets_sql($tables) { 'id_podcast' => 'bigint(21) NOT NULL DEFAULT 0', 'titre' => 'tinytext NOT NULL DEFAULT ""', 'nom_identifiant' => 'tinytext NOT NULL DEFAULT ""', - 'sujet_principal' => 'int(6) NOT NULL DEFAULT 0', + 'sujet_principal' => 'tinyint(1) NOT NULL DEFAULT 0', 'debut' => 'varchar(25) NOT NULL DEFAULT ""', 'fin' => 'varchar(25) NOT NULL DEFAULT ""', 'maj' => 'TIMESTAMP NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP' diff --git a/paquet.xml b/paquet.xml index 0cc532b..85f8e9b 100644 --- a/paquet.xml +++ b/paquet.xml @@ -6,7 +6,7 @@ compatibilite="[3.2.8;3.3.*]" logo="" documentation="" - schema="1.2.2" + schema="1.2.3" >