Merge pull request #18837 from habibulilalbaab/patch-1

Bug Query llx_categorie_knowledgemanagement.sql
This commit is contained in:
Laurent Destailleur 2021-09-28 12:10:35 +02:00 committed by GitHub
commit 6b80afa4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
-- You should have received a copy of the GNU General Public License -- You should have received a copy of the GNU General Public License
-- along with this program. If not, see https://www.gnu.org/licenses/. -- along with this program. If not, see https://www.gnu.org/licenses/.
create table llx_categorie_knowledgemanagement create table llx_categorie_knowledgemanagement(
fk_categorie integer NOT NULL, fk_categorie integer NOT NULL,
fk_knowledgemanagement integer NOT NULL, fk_knowledgemanagement integer NOT NULL,
import_key varchar(14) import_key varchar(14)